The DoubleSparseSymFact type exposes the following members.

Constructors

  NameDescription
Public methodDoubleSparseSymFact
Constructs a DoubleSparseSymFact for the given sparse matrix data in compressed row format.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFactor
Factors the input sparse matrix.
(Inherited from SparseMatrixFact<(Of <(<'T>)>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyErrorStatus
Gets the error status for this factorization.
(Inherited from SparseMatrixFact<(Of <(<'T>)>)>.)

See Also