HomeSort by relevance Sort by last modified time
    Searched refs:HouseholderQRPreconditioner (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/util/
Constants.h 417 HouseholderQRPreconditioner,
  /external/eigen/test/
jacobisvd.cpp 31 CALL_SUBTEST(( svd_test_all_computation_options<JacobiSVD<MatrixType, HouseholderQRPreconditioner> >(m, false) ));
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 255 class qr_preconditioner_impl<MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true>
258 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd)
269 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix)
293 class qr_preconditioner_impl<MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreColsThanRows, true>
309 void allocate(const JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd)
321 bool run(JacobiSVD<MatrixType, HouseholderQRPreconditioner>& svd, const MatrixType& matrix)
476 * \li HouseholderQRPreconditioner is the fastest, and less safe and accurate than the pivoting variants. It uses non-pivoting QR.
    [all...]

Completed in 96 milliseconds