VirtualMatrix.LUDecomposition Method

Top 

Description

Decomposes the matrix into lower and upper triangular matrices. If the decomposition cannot be performed an error is thrown.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

VirtualMatrix.LUDecomposition(Matrix L, Matrix U, Matrix P)

None

Decomposes the matrix A such that P*A = L*U.

VirtualMatrix.LUDecomposition(Matrix L, Matrix U, Matrix P, Matrix Q)

None

Decomposes the matrix A such that P*A*Q = L*U.

 

 

See also

VirtualMatrix Object