| Visual Basic (Declaration) | |
|---|---|
Public Class CLU | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As CLU | |
| C# | |
|---|---|
public class CLU | |
| C++/CLI | |
|---|---|
public ref class CLU | |
The LU factorization of a general m by n matrix is formed as A = P*L*U where P is a permutation matrix, L is lower triangular with unit diagonal elements (lower trapezoidal if m>n) and U is upper triangular (upper trapezoidal if m<n).
The CLU class can be used to solve systems of linear equations and to calculate the inverse of a matrix.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7