Click or drag to resize

DenseMatrixSvd Method

Computes the SVD decomposition for a matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override Svd<float> Svd(
	bool computeVectors = true
)

Parameters

computeVectors  Boolean  (Optional)
Compute the singular U and VT vectors or not.

Return Value

SvdSingle
The SVD decomposition object.
See Also