ILinearAlgebraProviderTLUInverseFactored Method |
Computes the inverse of a previously factored matrix.
Namespace: Altaxo.Calc.Providers.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void LUInverseFactored(
T[] a,
int order,
int[] ipiv
)
Parameters
- a T
- The LU factored N by N matrix. Contains the inverse On exit.
- order Int32
- The order of the square matrix a.
- ipiv Int32
- The pivot indices of a.
Remarks This is equivalent to the GETRI LAPACK routine.
See Also