#include <DoubleLinearSolver.h>
Inheritance diagram for DoubleLinearSolver:
Public Methods | |
virtual void | diagonalChanged (int idiag, int extent)=0 |
virtual void | matrixChanged ()=0 |
virtual void | solve (OoqpVector &x)=0 |
virtual | ~DoubleLinearSolver () |
|
Destructor |
|
called if the diagonal elements of the matrix have changed. Triggers a refactorization of the matrix, if necessary.
Implemented in DeSymIndefSolver, DeSymPSDSolver, Ma27SolverBase, and Ma57Solver. |
|
called if some elements of the matrix have changed. Triggers a refactorization of the matrix, if necessary. Implemented in DeSymIndefSolver, DeSymPSDSolver, Ma27SolverBase, and Ma57Solver. |
|
solves a linear system.
Implemented in DeSymIndefSolver, DeSymPSDSolver, Ma27SolverBase, Ma27Solver, and Ma57Solver. |