mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove useless "explicit", and fix inline/static order.
This commit is contained in:
2
Eigen/src/SVD/JacobiSVD.h
Normal file → Executable file
2
Eigen/src/SVD/JacobiSVD.h
Normal file → Executable file
@@ -539,7 +539,7 @@ template<typename _MatrixType, int QRPreconditioner> class JacobiSVD
|
||||
* according to the specified problem size.
|
||||
* \sa JacobiSVD()
|
||||
*/
|
||||
explicit JacobiSVD(Index rows, Index cols, unsigned int computationOptions = 0)
|
||||
JacobiSVD(Index rows, Index cols, unsigned int computationOptions = 0)
|
||||
{
|
||||
allocate(rows, cols, computationOptions);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user