Computes the SVD decomposition for a matrix.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract Svd<T> Svd(
bool computeVectors = true
)
Parameters
- computeVectors Boolean (Optional)
- Compute the singular U and VT vectors or not.
Return Value
SvdTThe SVD decomposition object.
See Also