TMatrixrmatrixlu Method
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public void rmatrixlu(
ref TComplex[,] a,
int m,
int n,
ref int[] pivots
)
Public Sub rmatrixlu (
ByRef a As TComplex(,),
m As Integer,
n As Integer,
ByRef pivots As Integer()
)
public:
void rmatrixlu(
array<TComplex^,2>^% a,
int m,
int n,
array<int>^% pivots
)
member rmatrixlu :
a : TComplex[,] byref *
m : int *
n : int *
pivots : int[] byref -> unit
Parameters
- a TComplex
-
- m Int32
-
- n Int32
-
- pivots Int32
-