yvesSVDDecomposition Method |
Namespace: DWSIM.MathOps.MathEx.SysLinAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax private static bool SVDDecomposition(
float[,] sA,
ref float[,] sU,
ref float[] sW,
ref float[,] sV,
string strError
)
Private Shared Function SVDDecomposition (
sA As Single(,),
ByRef sU As Single(,),
ByRef sW As Single(),
ByRef sV As Single(,),
strError As String
) As Boolean
Request Example
View SourceParameters
- sA Single
-
- sU Single
-
- sW Single
-
- sV Single
-
- strError String
-
Return Value
BooleanSee Also