yvesSVDInvert 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 void SVDInvert(
float[,] sU,
float[] sW,
float[,] sV,
float[] sY,
float[] sX
)VB
Private Shared Sub SVDInvert (
sU As Single(,),
sW As Single(),
sV As Single(,),
sY As Single(),
sX As Single()
)