mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Re-add svd::compute(Matrix, options) method to avoid breaking external projects.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
a58af20d61
commit
766087329e
@@ -373,11 +373,13 @@ template<typename Derived> class MatrixBase
|
||||
template<int Options = 0>
|
||||
inline JacobiSVD<PlainObject, Options> jacobiSvd() const;
|
||||
template<int Options = 0>
|
||||
EIGEN_DEPRECATED
|
||||
inline JacobiSVD<PlainObject, Options> jacobiSvd(unsigned int computationOptions) const;
|
||||
|
||||
template<int Options = 0>
|
||||
inline BDCSVD<PlainObject, Options> bdcSvd() const;
|
||||
template<int Options = 0>
|
||||
EIGEN_DEPRECATED
|
||||
inline BDCSVD<PlainObject, Options> bdcSvd(unsigned int computationOptions) const;
|
||||
|
||||
/////////// Geometry module ///////////
|
||||
|
||||
Reference in New Issue
Block a user