TMatrix.rmatrixluinverse Method

Returns the inverse of the original matrix.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public bool rmatrixluinverse(
	ref TComplex[,] a,
	ref int[] pivots,
	int n
)

Parameters

a  TComplex[2]
LU-decomposition of the matrix.
pivots  Int32[]
Table of permutations made during LU decomposition.
n  Int32
Matrix dimension.

Return Value

Boolean
Determines whether the original matrix is singular.

See Also