Click or drag to resize

MatLib.MultiplyVectors Method


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

Parameters

Mat1  Double[2]
 
Mat2  Double[2]
 

Return Value

Double[2]
See Also