Home
last modified time | relevance | path

Searched defs:fullSvd (Results 1 – 7 of 7) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/test/
H A Dsvd_common.h106 void svd_test_computation_options_1(const MatrixType& m, const SVD& fullSvd) in svd_test_computation_options_1()
114 void svd_test_computation_options_2(const MatrixType& m, const SVD& fullSvd) in svd_test_computation_options_2()
H A Dbdcsvd.cpp45 BDCSVD<MatrixType> fullSvd(m, ComputeFullU|ComputeFullV); in bdcsvd_test_all_computation_options() local
H A Djacobisvd.cpp43 JacobiSVD< MatrixType, QRPreconditioner > fullSvd(m, ComputeFullU|ComputeFullV); in jacobisvd_test_all_computation_options() local
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/test/
H A Dsvd_common.h106 void svd_test_computation_options_1(const MatrixType& m, const SVD& fullSvd) in svd_test_computation_options_1()
114 void svd_test_computation_options_2(const MatrixType& m, const SVD& fullSvd) in svd_test_computation_options_2()
H A Dbdcsvd.cpp45 BDCSVD<MatrixType> fullSvd(m, ComputeFullU|ComputeFullV); in bdcsvd_test_all_computation_options() local
H A Djacobisvd.cpp43 JacobiSVD< MatrixType, QRPreconditioner > fullSvd(m, ComputeFullU|ComputeFullV); in jacobisvd_test_all_computation_options() local
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/
H A Djacobisvd.cpp176 JacobiSVD<MatrixType, QRPreconditioner> fullSvd(m, ComputeFullU|ComputeFullV); in jacobisvd_test_all_computation_options() local