Determinantrmatrixludet Method |
Namespace: DWSIM.MathOps.MathEx.MatrixOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static double rmatrixludet(
ref double[,] a,
ref int[] pivots,
int n
)
Public Shared Function rmatrixludet (
ByRef a As Double(,),
ByRef pivots As Integer(),
n As Integer
) As Double
Request Example
View SourceParameters
- a Double
-
- pivots Int32
-
- n Int32
-
Return Value
DoubleSee Also