All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SLinSolver Class Referenceabstract Sparse Linear Solver virtual base class.Class SLinSolver provides a class for solving sparse linear systems with a matrix
Inheritance diagram for SLinSolver:
![]()
Detailed DescriptionSparse Linear Solver virtual base class. Class SLinSolver provides a class for solving sparse linear systems with a matrix Definition at line 43 of file slinsolver.h. Member Enumeration Documentation
status flags of the SLinSolver class.
Definition at line 51 of file slinsolver.h. Constructor & Destructor Documentation
default constructor Definition at line 172 of file slinsolver.h.
destructor Definition at line 175 of file slinsolver.h. Member Function DocumentationSubstitute column The change method is used to modify the loaded matrix by substituting column Implemented in SLUFactor. Referenced by SPxBasis::change().
unloads any matrix. Implemented in SLUFactor. Referenced by SPxBasis::loadDesc(), SPxBasis::loadMatrixVecs(), and SPxBasis::loadSolver().
clone function for polymorphism Implemented in SLUFactor. Referenced by SPxBasis::operator=(), and SPxBasis::SPxBasis().
returns dimension of loaded matrix. Implemented in SLUFactor.
returns the name of the SLinSolver. Implemented in SLUFactor. Referenced by SPxSolver::writeState().
loads Initializes SLinSolver for the solution of linear systems with the matrix consisting of Implemented in SLUFactor. Referenced by SPxBasis::factorize().
returns current memory consumption. Implemented in SLUFactor. Referenced by SPxBasis::change(), and SPxBasis::factorize(). solves Implemented in SLUFactor.
solves Implemented in SLUFactor. Solves Implemented in SLUFactor. Solves Implemented in SLUFactor. Referenced by SPxBasis::solve4update().
returns a stability number (0: singularity, 1: perfect stability). Returns a stability parameter between 0 and 1, where 0 indicates singularity, while 1 indicates perfect stability. Implemented in SLUFactor. Referenced by SPxBasis::change(), SPxBasis::factorize(), and SPxBasis::stability().
returns statistical information in form of a string. Implemented in SLUFactor. Referenced by SPxBasis::statistics().
|