Computes the SVD decomposition for a matrix.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override Svd<double> Svd(
bool computeVectors = true
)
Parameters
- computeVectors Boolean (Optional)
- Compute the singular U and VT vectors or not.
Return Value
SvdDoubleThe SVD decomposition object.
See Also