TMatrix.rmatrixluinverse Method
Returns the inverse of the original matrix.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public bool rmatrixluinverse(
ref TComplex[,] a,
ref int[] pivots,
int n
)
Public Function rmatrixluinverse (
ByRef a As TComplex(,),
ByRef pivots As Integer(),
n As Integer
) As Boolean
public:
bool rmatrixluinverse(
array<TComplex^,2>^% a,
array<int>^% pivots,
int n
)
member rmatrixluinverse :
a : TComplex[,] byref *
pivots : int[] byref *
n : int -> bool
- a TComplex[2]
-
LU-decomposition of the matrix.
- pivots Int32[]
-
Table of permutations made during LU decomposition.
- n Int32
-
Matrix dimension.
Boolean
Determines whether the original matrix is singular.