Singular Value DecompositionCompute SVD(Matrix, Vector) Method
Definition
Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void ComputeSVD(
Matrix A,
out Vector S
)VB
Public Sub ComputeSVD (
A As Matrix,
<OutAttribute> ByRef S As Vector
)