MatrixTLUDecomposition Method
Does an LUP Decomposition.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.138 -- Release Build+88ca978c0cce6d0d3e501e198adb13956063f519
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