Mat LibAdd 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 double[,] Add(
double[,] Mat1,
double[,] Mat2
)VB
Public Shared Function Add (
Mat1 As Double(,),
Mat2 As Double(,)
) As Double(,)