yvesSVDRemove Singular Values 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 SVDRemoveSingularValues(
float[] sW,
float sThresholdFactor
)VB
Private Shared Sub SVDRemoveSingularValues (
sW As Single(),
sThresholdFactor As Single
)