ShapeOp
 All Classes Files Functions Variables Typedefs Macros Pages
Public Member Functions | List of all members
ShapeOp::LSSolver Class Referenceabstract

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>

Inheritance diagram for ShapeOp::LSSolver:
ShapeOp::SimplicialLDLTSolver

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.
 

Detailed Description

Base class of any sparse linear system solver. This class defines the main functionalities of the ShapeOp sparse linear system solvers (Ax = b).


The documentation for this class was generated from the following file: