Inversermatrixluinverse Method
Definition
Namespace: DWSIM.MathOps.MathEx.MatrixOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static bool rmatrixluinverse(
ref double[,] a,
ref int[] pivots,
int n
)VB
Public Shared Function rmatrixluinverse (
ByRef a As Double(,),
ByRef pivots As Integer(),
n As Integer
) As Boolean