Searched refs:solve_with_guess (Results 1 - 1 of 1) sorted by relevance

/external/eigen/test/
H A Dsparse_solver.h15 void solve_with_guess(IterativeSolverBase<Solver>& solver, const MatrixBase<Rhs>& b, const Guess& g, Result &x) { function
29 void solve_with_guess(SparseSolverBase<Solver>& solver, const MatrixBase<Rhs>& b, const Guess& , Result& x) { function
37 void solve_with_guess(SparseSolverBase<Solver>& solver, const SparseMatrixBase<Rhs>& b, const Guess& , Result& x) { function
69 solve_with_guess(solver, b, x, x);

Completed in 78 milliseconds