ShapeOp
0.1.0
|
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, unsigned int iteration=1)=0 |
Initialize the linear system solver using the sparse matrix A. | |
virtual VectorX | solve (const VectorX &b, const VectorX &x0) const =0 |
Solve the linear system Ax = b. | |
virtual Eigen::ComputationInfo | info () const =0 |
Reports whether previous computation was successful. | |
Base class of any sparse linear system solver. This class defines the main functionalities of the ShapeOp sparse linear system solvers (Ax = b).