TMatrixrmatrixtrinverse Method
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public bool rmatrixtrinverse(
ref TComplex[,] a,
int n,
bool isupper,
bool isunittriangular
)
Public Function rmatrixtrinverse (
ByRef a As TComplex(,),
n As Integer,
isupper As Boolean,
isunittriangular As Boolean
) As Boolean
public:
bool rmatrixtrinverse(
array<TComplex^,2>^% a,
int n,
bool isupper,
bool isunittriangular
)
member rmatrixtrinverse :
a : TComplex[,] byref *
n : int *
isupper : bool *
isunittriangular : bool -> bool
- a TComplex
-
- n Int32
-
- isupper Boolean
-
- isunittriangular Boolean
-
Boolean