Click or drag to resize

LU Methods

The LU type exposes the following members.

Methods
 NameDescription
Public methodDeterminantGets the determinant of the underlying matrix.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSolve(DVector)Solves the equation Ax = b for x.
Public methodSolve(Matrix)Solves the equation AX = B for the matrix X.
Public methodSolve(DVector, DVector)Solves the equation Ax = b for x, in place.
Public methodSolve(Matrix, Matrix)Solves the equation AX = B for the matrix X, in place.
Public methodToStringGets a textual representation of this decomposition.
(Overrides ValueTypeToString)
Public methodToString(String, IFormatProvider)Gets a textual representation of this matrix.
Top
See Also