#include <LinearSolver.hh>
Inheritance diagram for LinearSolver:

Public Methods | |
| virtual void | solve (IotrVector &b)=0 |
| solve the linear system | |
| virtual void | matrixChanged ()=0 |
| inform the solver that the matrix of the system has changed. | |
|
|
inform the solver that the matrix of the system has changed. The solver may wish to refactor the system, or perform other bookeeping. Implemented in DenseSymSolver, and SparseSymSolver. |
|
|
solve the linear system
Implemented in DenseSymSolver, and SparseSymSolver. |
1.2.18