Click or drag to resize

yvesSVDInvert Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private static void SVDInvert(
	float[,] sU,
	float[] sW,
	float[,] sV,
	float[] sY,
	float[] sX
)
Request Example View Source

Parameters

sU  Single
 
sW  Single
 
sV  Single
 
sY  Single
 
sX  Single
 
See Also