Click or drag to resize

DoubleSymSemiPDFact Methods

The DoubleSymSemiPDFact type exposes the following members.

Methods
 NameDescription
Public methodSolve(DoubleMatrix) Solves the linear system AX = B using the Cholesky factorization for A. The factorization must be checked using the IsGood property before solving. An execption will be thrown when the IsGood property is false and this method is invoked.
Public methodSolve(DoubleVector) Solves the linear system Ax = b using the Cholesky factorization for A. The factorization must be checked using the IsGood property before solving. An execption will be thrown when the IsGood property is false and a solve is attempted by calling this function.
Top
See Also