Home
last modified time | relevance | path

Searched refs:QRPreconditioner (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SVD/
DJacobiSVD.h19 template<typename MatrixType, int QRPreconditioner,
32 template<typename MatrixType, int QRPreconditioner, int Case>
41 ret = !( (QRPreconditioner == NoQRPreconditioner) ||
47 template<typename MatrixType, int QRPreconditioner, int Case,
48 … bool DoAnything = qr_preconditioner_should_do_anything<MatrixType, QRPreconditioner, Case>::ret
51 template<typename MatrixType, int QRPreconditioner, int Case>
52 class qr_preconditioner_impl<MatrixType, QRPreconditioner, Case, false>
55 void allocate(const JacobiSVD<MatrixType, QRPreconditioner>&) {} in allocate() argument
56 bool run(JacobiSVD<MatrixType, QRPreconditioner>&, const MatrixType&) in run() argument
353 template<typename MatrixType, int QRPreconditioner>
[all …]
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h258 template<typename MatrixType, int QRPreconditioner = ColPivHouseholderQRPreconditioner> class Jacob…