Searched refs:svd_least_square (Results 1 – 1 of 1) sorted by relevance
100 void svd_least_square(const MatrixType& m, unsigned int computationOptions) in svd_least_square() function233 CALL_SUBTEST(( svd_least_square<SvdType>(m, ComputeFullU | ComputeFullV) )); in svd_test_all_computation_options()255 CALL_SUBTEST(( svd_least_square<SvdType>(m, ComputeFullU | ComputeThinV) )); in svd_test_all_computation_options()256 CALL_SUBTEST(( svd_least_square<SvdType>(m, ComputeThinU | ComputeFullV) )); in svd_test_all_computation_options()257 CALL_SUBTEST(( svd_least_square<SvdType>(m, ComputeThinU | ComputeThinV) )); in svd_test_all_computation_options()