Searched refs:halfA (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | sparse_solver.h | 146 …em(Solver& , typename Solver::MatrixType& A, typename Solver::MatrixType& halfA, DenseMat& dA, int… 163 halfA.resize(size,size); 165 halfA = A; 167 halfA.template selfadjointView<Solver::UpLo>().rankUpdate(M); 195 Mat A, halfA; in check_sparse_spd_solving() local 198 int size = generate_sparse_spd_problem(solver, A, halfA, dA); in check_sparse_spd_solving() 209 check_sparse_solving(solver, halfA, b, dA, b); in check_sparse_spd_solving() 211 check_sparse_solving(solver, halfA, dB, dA, dB); in check_sparse_spd_solving() 213 check_sparse_solving(solver, halfA, B, dA, dB); in check_sparse_spd_solving() 234 Mat halfA; in check_sparse_spd_solving() local [all …]
|