Click or drag to resize

FloatLUFact Methods

The FloatLUFact 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(FloatMatrix) Uses this LU factorization to solve the linear system AX = B.
Public methodSolve(FloatVector) Uses the LU factorization of self to solve the linear system Ax = b.
Public methodSolveInPlace(FloatMatrix) Uses this LU factorization to solve the linear system AX = B.
Public methodSolveInPlace(FloatVector) Uses the LU factorization of self to solve the linear system Ax = b.
Top
See Also