Click or drag to resize

MatrixTSvd Method

Computes the SVD decomposition for a matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Svd<T> Svd(
	bool computeVectors = true
)

Parameters

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

Return Value

SvdT
The SVD decomposition object.
See Also