Click or drag to resize
LU Methods

The LU type exposes the following members.

Methods
  NameDescription
Public methodCondition
Return an estimate of the reciprocal of the L_1 condition number of a matrix.
Public methodDeterminant
Return the determinant of the matrix used to construct this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetL
Returns the lower triangular portion of the LU factorization of A.
Public methodGetPermutationMatrix
Returns the permutation matrix which results from the LU factorization of A.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetU
Returns the unit upper triangular portion of the LU factorization of A.
Public methodInverse
Returns the inverse of the matrix used to construct this instance.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSolve(Double)
Solve Ax = b for x using the LU factorization of A, where A is the input matrix a.
Public methodStatic memberSolve(Double, Double)
Solve Ax = b for x using the LU factorization of A.
Public methodSolveTranspose
Return the solution x of the linear system A^T = b.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also