MatrixTLUDecomposition Method
Does an LUP Decomposition.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.147 -- Release Build+946d891c0eaab9da95c11245fae89efc1e8b31b9
public void LUDecomposition(
out Matrix<T> Lower,
out Matrix<T> Upper,
out int[] Permutation
)
Public Sub LUDecomposition (
<OutAttribute> ByRef Lower As Matrix(Of T),
<OutAttribute> ByRef Upper As Matrix(Of T),
<OutAttribute> ByRef Permutation As Integer()
)
public:
void LUDecomposition(
[OutAttribute] Matrix<T>% Lower,
[OutAttribute] Matrix<T>% Upper,
[OutAttribute] array<int>^% Permutation
)
function LUDecomposition(Lower, Upper, Permutation);
- Lower MatrixT
- The Lower Triangular Matrix
- Upper MatrixT
- The upper Triangular Matrix
- Permutation Int32
- The Permutation Matrix, represented by a vector of row order P