This is the complete list of members for LinearSolver, including all inherited members.
getNbIter() const | LinearSolver | |
getPreconditioner() const | LinearSolver | |
getSolver() const | LinearSolver | |
LinearSolver() | LinearSolver | |
LinearSolver(int max_it, real_t tolerance) | LinearSolver | |
LinearSolver(SpMatrix< real_t > &A, const Vect< real_t > &b, Vect< real_t > &x) | LinearSolver | |
LinearSolver(SkMatrix< real_t > &A, const Vect< real_t > &b, Vect< real_t > &x) | LinearSolver | |
LinearSolver(TrMatrix< real_t > &A, const Vect< real_t > &b, Vect< real_t > &x) | LinearSolver | |
LinearSolver(BMatrix< real_t > &A, const Vect< real_t > &b, Vect< real_t > &x) | LinearSolver | |
LinearSolver(DMatrix< real_t > &A, const Vect< real_t > &b, Vect< real_t > &x) | LinearSolver | |
LinearSolver(DSMatrix< real_t > &A, const Vect< real_t > &b, Vect< real_t > &x) | LinearSolver | |
LinearSolver(SkSMatrix< real_t > &A, const Vect< real_t > &b, Vect< real_t > &x) | LinearSolver | |
LinearSolver(SkMatrix< real_t > &A, Vect< real_t > &b, Vect< real_t > &x) | LinearSolver | |
set(SpMatrix< real_t > &A, const Vect< real_t > &b, Vect< real_t > &x) | LinearSolver | |
setFact() | LinearSolver | |
setMatrix(Matrix< real_t > *A) | LinearSolver | |
setMatrix(SpMatrix< real_t > &A) | LinearSolver | |
setMatrix(SkMatrix< real_t > &A) | LinearSolver | |
setMaxIter(int m) | LinearSolver | |
setNoFact() | LinearSolver | |
setRHS(Vect< real_t > &b) | LinearSolver | |
setSolution(Vect< real_t > &x) | LinearSolver | |
setSolver(Iteration s, Preconditioner p=DIAG_PREC) | LinearSolver | |
setTolerance(real_t tol) | LinearSolver | |
solve(SpMatrix< real_t > &A, const Vect< real_t > &b, Vect< real_t > &x, Iteration s, Preconditioner p=DIAG_PREC) | LinearSolver | |
solve(Iteration s, Preconditioner p=DIAG_PREC) | LinearSolver | |
solve() | LinearSolver | |
~LinearSolver() | LinearSolver | virtual |