Click or drag to resize

yvesSVDDecomposition Method


Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
private static bool SVDDecomposition(
	float[,] sA,
	ref float[,] sU,
	ref float[] sW,
	ref float[,] sV,
	string strError
)
Request Example View Source

Parameters

sA  Single
 
sU  Single
 
sW  Single
 
sV  Single
 
strError  String
 

Return Value

Boolean
See Also