yvesSVDDecomposition Method

Definition

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

Parameters

sA  Single
 
sU  Single
 
sW  Single
 
sV  Single
 
strError  String
 

Return Value

Boolean

See Also