Click or drag to resize

FloatSparseSymFact Methods

The FloatSparseSymFact type exposes the following members.

Methods
 NameDescription
Protected methodFactor Factor method for a real symmetric matrix.
(Overrides FloatSparseFactFactor)
Public methodFactor(SparseMatrixDataCompressedSparseRowT, T) Factors the input sparse matrix.
(Inherited from SparseMatrixFactT)
Protected methodSetError Maps the given MKL integer error code to the appropriate enum value.
(Inherited from SparseMatrixFactT)
Public methodSolve(FloatMatrix) Uses the current factorization to solve for several right hand sides.
(Inherited from FloatSparseFact)
Public methodSolve(FloatVector) Uses the current factorization to solve for the given right hand side.
(Inherited from FloatSparseFact)
Top
See Also