Namespace: DWSIM.MathOps.MathEx.MatrixOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax public static double[,] Inv(
double[,] Mat
)
Public Shared Function Inv (
Mat As Double(,)
) As Double(,)
Request Example
View SourceParameters
- Mat Double
-
Return Value
DoubleSee Also