ShapeOp  0.1.0
Public Member Functions | List of all members
ShapeOp::MINRESSolver Class Reference

Sparse linear system solver based on MINRES. This class implements a sparse linear system solver based on the MINRES algorithm from Eigen. More...

#include <LSSolver.h>

Inheritance diagram for ShapeOp::MINRESSolver:
ShapeOp::LSSolver

Public Member Functions

virtual void initialize (const SparseMatrix &A, unsigned int iteration) overridefinal
 Initialize MINRES.
 
virtual VectorX solve (const VectorX &b, const VectorX &x0) const overridefinal
 Solve the linear system by applying MINRES.
 
virtual Eigen::ComputationInfo info () const overridefinal
 Reports whether previous computation was successful.
 

Detailed Description

Sparse linear system solver based on MINRES. This class implements a sparse linear system solver based on the MINRES algorithm from Eigen.


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