mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-23 07:58:19 +08:00
move EIGEN_DEPRECATED to the begining of the function (pb with MSVC)
This commit is contained in:
parent
0f15a8d829
commit
22bfc77124
@ -62,7 +62,7 @@ template<typename MatrixType> class QR
|
||||
* \note Since the rank is computed only once, i.e. the first time it is needed, this
|
||||
* method almost does not perform any further computation.
|
||||
*/
|
||||
bool isFullRank() const EIGEN_DEPRECATED { return rank() == m_qr.cols(); }
|
||||
EIGEN_DEPRECATED bool isFullRank() const { return rank() == m_qr.cols(); }
|
||||
|
||||
/** \returns the rank of the matrix of which *this is the QR decomposition.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user