106 Sparse linear system solver based on CG. This class implements a sparse linear system solver based on...
Definition: LSSolver.h:52
Sparse linear system solver based on successive over-relaxation (SOR).
Definition: LSSolver.h:80
SparseMatrixT SparseMatrix
The default sparse matrix of Eigen.
Definition: Types.h:52
MatrixT< Eigen::Dynamic, 1 > VectorX
A nd column vector.
Definition: Types.h:47
Base class of any sparse linear system solver. This class defines the main functionalities of the Sha...
Definition: LSSolver.h:26
Namespace of the ShapeOp library.
Definition: Constraint.cpp:18
Sparse linear system solver based on MINRES. This class implements a sparse linear system solver base...
Definition: LSSolver.h:66
ShapeOpScalar Scalar
A scalar type, double or float, as defined in ShapeOpScalar in Common.h.
Definition: Types.h:32
#define SHAPEOP_API
Defines the API prefix for the current platform.
Definition: Common.h:34
Sparse linear system solver based on Cholesky. This class implements a sparse linear system solver ba...
Definition: LSSolver.h:38
Eigen::SparseMatrix< Scalar, Options > SparseMatrixT
A typedef of the sparse matrix of Eigen.
Definition: Types.h:51