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:
@@ -43,7 +43,7 @@ template<typename MatrixType, unsigned int Options,
|
||||
struct ei_svd_precondition_if_more_cols_than_rows;
|
||||
|
||||
/** \ingroup SVD_Module
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
* \class JacobiSVD
|
||||
*
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
template<typename MatrixType, typename Rhs> struct ei_svd_solve_impl;
|
||||
|
||||
/** \ingroup SVD_Module
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
* \class SVD
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user