mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
- all what's not in unsupported/ is considered stable API
(except internal stuff e.g. expression templates).
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#ifndef EIGEN_BANDMATRIX_H
|
||||
#define EIGEN_BANDMATRIX_H
|
||||
|
||||
/** \nonstableyet
|
||||
/**
|
||||
* \class BandMatrix
|
||||
*
|
||||
* \brief Represents a rectangular matrix with a banded storage
|
||||
@@ -203,7 +203,7 @@ class BandMatrix : public EigenBase<BandMatrix<_Scalar,Rows,Cols,Supers,Subs,Opt
|
||||
ei_variable_if_dynamic<Index, Subs> m_subs;
|
||||
};
|
||||
|
||||
/** \nonstableyet
|
||||
/**
|
||||
* \class TridiagonalMatrix
|
||||
*
|
||||
* \brief Represents a tridiagonal matrix
|
||||
|
||||
Reference in New Issue
Block a user