Click or drag to resize

MatLibMultiply Method


Namespace: DWSIM.MathOps.MathEx.MatrixOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static double[,] Multiply(
	double[,] Mat1,
	double[,] Mat2
)
Request Example View Source

Parameters

Mat1  Double
 
Mat2  Double
 

Return Value

Double
See Also