HomeSort by relevance Sort by last modified time
    Searched refs:check_sparse_leastsquare_solving (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/
lscg.cpp 23 CALL_SUBTEST( check_sparse_leastsquare_solving(lscg_colmajor_diag) );
24 CALL_SUBTEST( check_sparse_leastsquare_solving(lscg_colmajor_I) );
29 CALL_SUBTEST( check_sparse_leastsquare_solving(lscg_rowmajor_diag) );
30 CALL_SUBTEST( check_sparse_leastsquare_solving(lscg_rowmajor_I) );
sparse_solver.h 532 template<typename Solver> void check_sparse_leastsquare_solving(Solver& solver) function

Completed in 109 milliseconds