.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

  Name Description
Public Constructor CSparseSolver Constructor Creates an instance of the SparseSolver object for the specified sparse matrix.  
Top

Public Properties

  Name Description
Public Property FactorizationStrategy Specifies the factorization strategy.  
Public Property FillInReducingMethod Specifies the method to be used in order to reduce the fill in of the matrix  factorization.  
Public Property MatrixType Specifies the matrix type.  
Public Property PivotEpsilon Specifies a value to be used as a pivot when a tiny pivot is encountered.  
Public Property RefinementSteps Specifies the maximum number of the refinement steps to be used.  
Public Property Status Returns the status of the solver.  
Public Property StoppingTolerance Specifies the allowable tolerance of the computed solution.  
Top

Public Methods

  Name Description
Public Method Dispose Releases all the resources used by the CSparseSolver object.  
Public Method Solve Overloaded. Solves a system of linear equations  
Top

See Also

.NET Matrix Library