The LU type exposes the following members.

Constructors

NameDescription
LU
Creates the LU factorization of a square matrix of type double.

Methods

NameDescription
Condition
Return an estimate of the reciprocal of the L1 condition number of a matrix.
Determinant
Return the determinant of the matrix used to construct this instance.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetL
Returns the lower triangular portion of the LU factorization of a.
GetPermutationMatrix
Returns the permutation matrix which results from the LU factorization of a.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetU
Returns the unit upper triangular portion of the LU factorization of a.
Inverse
Returns the inverse of the matrix used to construct this instance.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SolveOverloaded.
Solve ax=b for x using the LU factorization of a.
SolveTranspose
Return the solution x of the linear system transpose(A)x = b.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

NameDescription
NumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.

See Also