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