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:
Benoit Jacob
2010-06-29 10:10:47 -04:00
parent 76152e9844
commit e5de9e5226
39 changed files with 51 additions and 54 deletions

View File

@@ -26,7 +26,7 @@
#define EIGEN_SPARSE_SELFADJOINTVIEW_H
/** \class SparseSelfAdjointView
* \nonstableyet
*
*
* \brief Pseudo expression to manipulate a triangular sparse matrix as a selfadjoint matrix.
*