.NET Matrix Library
CSparseSolver Class Members
See Also  Properties  Methods  Send comments on this topic


The following tables list the members exposed by CSparseSolver.

Public Constructors

 NameDescription
public ConstructorCSparseSolver ConstructorCreates an instance of the SparseSolver object for the specified sparse matrix.  
Top

Public Properties

 NameDescription
public PropertyFactorizationStrategySpecifies the factorization strategy.  
public PropertyFillInReducingMethodSpecifies the method to be used in order to reduce the fill in of the matrix  factorization.  
public PropertyMatrixTypeSpecifies the matrix type.  
public PropertyPivotEpsilonSpecifies a value to be used as a pivot when a tiny pivot is encountered.  
public PropertyRefinementStepsSpecifies the maximum number of the refinement steps to be used.  
public PropertyStatusReturns the status of the solver.  
public PropertyStoppingToleranceSpecifies the allowable tolerance of the computed solution.  
Top

Public Methods

 NameDescription
public MethodSolveOverloaded. Solves a system of linear equations for multiple right hands.  
Top

See Also

.NET Matrix Library Documentation