Matrix.LUDecomposition(Matrix, Matrix, Matrix) Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

Matrix.LUDecomposition(

Matrix L,


Matrix U,


Matrix P)

 

 

Arguments

L


Description:

The matrix which holds the lower triangular part.

 

 

U


Description:

The matrix which holds the upper triangular part.

 

 

P


Description:

The matrix which holds the permutation matrix P.

 

 

 

Syntax

myMatrix1.LUDecomposition(myMatrix2, myMatrix3, myMatrix4);

 

 

Example 1

 

 

See also

Matrix Object

Matrix.LUDecomposition

Matrix, Array, and Variable Math Guide