Base class of any sparse linear system solver. This class defines the main functionalities of the ShapeOp sparse linear system solvers (Ax = b). More...
#include <LSSolver.h>
Public Member Functions | |
| virtual void | initialize (const SparseMatrix &A)=0 |
| Initialize the linear system solver using the sparse matrix A. | |
| virtual VectorX | solve (const VectorX &b) const =0 |
| Solve the linear system Ax = b. | |
Base class of any sparse linear system solver. This class defines the main functionalities of the ShapeOp sparse linear system solvers (Ax = b).
1.8.7