MatrixMathSingularValueDecompositionComputeSingularValueDecomposition Method |
Creates a singular value decomposition of matrix a, resulting in matrix a itself.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ComputeSingularValueDecomposition(
IMatrix<double> a
)
Parameters
- a IMatrixDouble
- Matrix to decompose, on return: decomposed matrix.
See Also