yvesSVDRemoveSingularValues Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private static void SVDRemoveSingularValues(
float[] sW,
float sThresholdFactor
)
Private Shared Sub SVDRemoveSingularValues (
sW As Single(),
sThresholdFactor As Single
)
Request Example
View SourceParameters
- sW Single
-
- sThresholdFactor Single
-
See Also