Click or drag to resize

DoubleSparseSymPDFact Methods

The DoubleSparseSymPDFact type exposes the following members.

Methods
 NameDescription
Protected methodFactor Factor method for a real positive definite symmetric matrix.
(Overrides DoubleSparseFactFactor)
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(DoubleMatrix) Uses the current factorization to solve for several right hand sides.
(Inherited from DoubleSparseFact)
Public methodSolve(DoubleVector) Uses the current factorization to solve for the given right hand side.
(Inherited from DoubleSparseFact)
Public methodSolve(DoubleVector, DoubleVector) Uses the current factorization to solve for the given right hand side and places the result in the provided vector.
(Inherited from DoubleSparseFact)
Top
See Also