SingularValueDecompositionComputeSVD(Matrix, Matrix) Method

Definition

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public void ComputeSVD(
	Matrix A,
	out Matrix S
)

Parameters

A  Matrix
 
S  Matrix
 

See Also