Searched refs:solve_with_guess (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | sparse_solver.h | 15 void solve_with_guess(IterativeSolverBase<Solver>& solver, const MatrixBase<Rhs>& b, const Guess& g… in solve_with_guess() function 29 void solve_with_guess(SparseSolverBase<Solver>& solver, const MatrixBase<Rhs>& b, const Guess& , Re… in solve_with_guess() function 37 void solve_with_guess(SparseSolverBase<Solver>& solver, const SparseMatrixBase<Rhs>& b, const Guess… in solve_with_guess() function 69 solve_with_guess(solver, b, x, x); in check_sparse_solving()
|