yvesSVDDecomposition Method
Definition
Namespace: DWSIM.MathOps.MathEx.SysLin
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
private static bool SVDDecomposition(
float[,] sA,
ref float[,] sU,
ref float[] sW,
ref float[,] sV,
string strError
)VB
Private Shared Function SVDDecomposition (
sA As Single(,),
ByRef sU As Single(,),
ByRef sW As Single(),
ByRef sV As Single(,),
strError As String
) As Boolean