Click or drag to resize

DoubleComplexLUFact Methods

The DoubleComplexLUFact type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this factorization.
Public methodConditionNumber Computes the reciprocal of the condition number of a given matrix in the specified norm type.
Public methodDeterminant Computes the determinant of the factored matrix.
Public methodFactor Factors the matrix A so that self represents the LU factorization of A.
Public methodInverse Computes the inverse of the factored matrix.
Public methodSolve(DoubleComplexMatrix) Uses this LU factorization to solve the linear system AX = B.
Public methodSolve(DoubleComplexVector) Uses the LU factorization of self to solve the linear system Ax = b.
Top
See Also