Searched defs:fullSvd (Results 1 - 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
H A D | svd_common.h | 106 void svd_test_computation_options_1(const MatrixType& m, const SVD& fullSvd) argument 108 svd_check_full< MatrixType, SVD >(m, fullSvd); 114 void svd_test_computation_options_2(const MatrixType& m, const SVD& fullSvd) argument 116 svd_compare_to_full< MatrixType, SVD >(m, ComputeFullU, fullSvd); 117 svd_compare_to_full< MatrixType, SVD >(m, ComputeFullV, fullSvd); 118 svd_compare_to_full< MatrixType, SVD >(m, 0, fullSvd); 123 svd_compare_to_full< MatrixType, SVD >(m, ComputeFullU|ComputeThinV, fullSvd); 124 svd_compare_to_full< MatrixType, SVD >(m, ComputeThinV, fullSvd); 125 svd_compare_to_full< MatrixType, SVD >(m, ComputeThinU|ComputeFullV, fullSvd); 126 svd_compare_to_full< MatrixType, SVD >(m, ComputeThinU , fullSvd); [all...] |
Completed in 74 milliseconds