MatLibMultiplyVectors Method

Definition

Namespace: DWSIM.MathOps.MathEx.MatrixOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static double[,] MultiplyVectors(
	double[,] Mat1,
	double[,] Mat2
)

Parameters

Mat1  Double
 
Mat2  Double
 

Return Value

Double

See Also