Home
last modified time | relevance | path

Searched refs:svd_check_full (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dsvd_common.h27 void svd_check_full(const MatrixType& m, const SVD& svd) in svd_check_full() function
108 svd_check_full< MatrixType, SVD >(m, fullSvd); in svd_test_computation_options_1()
Djacobisvd.cpp16 svd_check_full<MatrixType, JacobiSVD<MatrixType, QRPreconditioner > >(m, svd); in jacobisvd_check_full()
Dbdcsvd.cpp21 svd_check_full< MatrixType, BDCSVD< MatrixType > >(m, svd); in bdcsvd_check_full()