Click or drag to resize

yvesVectorToMatrix Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static void VectorToMatrix(
	float[] sV,
	float[,] sM
)
Request Example View Source

Parameters

sV  Single
 
sM  Single
 
See Also