Searched refs:jacobisvd_compare_to_full (Results 1 – 2 of 2) sorted by relevance
/external/eigen/test/ |
D | jacobisvd.cpp | 44 void jacobisvd_compare_to_full(const MatrixType& m, in jacobisvd_compare_to_full() function 187 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeFullU, fullSvd) )); in jacobisvd_test_all_computation_options() 188 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeFullV, fullSvd) )); in jacobisvd_test_all_computation_options() 189 CALL_SUBTEST(( jacobisvd_compare_to_full(m, 0, fullSvd) )); in jacobisvd_test_all_computation_options() 193 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeFullU|ComputeThinV, fullSvd) )); in jacobisvd_test_all_computation_options() 194 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinV, fullSvd) )); in jacobisvd_test_all_computation_options() 195 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinU|ComputeFullV, fullSvd) )); in jacobisvd_test_all_computation_options() 196 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinU , fullSvd) )); in jacobisvd_test_all_computation_options() 197 CALL_SUBTEST(( jacobisvd_compare_to_full(m, ComputeThinU|ComputeThinV, fullSvd) )); in jacobisvd_test_all_computation_options()
|
/external/eigen/unsupported/test/ |
D | jacobisvd.cpp | 20 void jacobisvd_compare_to_full(const MatrixType& m, in jacobisvd_compare_to_full() function
|