Home
last modified time | relevance | path

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

/external/eigen/test/
Dsvd_common.h168 void svd_min_norm(const MatrixType& m, unsigned int computationOptions) in svd_min_norm() function
234 CALL_SUBTEST(( svd_min_norm(m, ComputeFullU | ComputeFullV) )); in svd_test_all_computation_options()
259 CALL_SUBTEST(( svd_min_norm(m, ComputeFullU | ComputeThinV) )); in svd_test_all_computation_options()
260 CALL_SUBTEST(( svd_min_norm(m, ComputeThinU | ComputeFullV) )); in svd_test_all_computation_options()
261 CALL_SUBTEST(( svd_min_norm(m, ComputeThinU | ComputeThinV) )); in svd_test_all_computation_options()