Click or drag to resize

MatrixSvd Method

Computes the SVD decomposition for a matrix.

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

Parameters

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

Return Value

SvdComplex
The SVD decomposition object.
See Also