Click or drag to resize

MatrixMathSingularValueDecomposition Constructor

Creates a singular value decomposition of matrix a, resulting in matrix a itself.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SingularValueDecomposition(
	IMatrix<double> a
)

Parameters

a  IMatrixDouble
Matrix to decompose, on return: decomposed matrix.
See Also