MatrixMathNormalizeCols Method |
Normalizes each column (each vertical vector) of the matrix. After
normalization, each column has the norm 1, i.e. the sum of squares of the elements of each column is 1 (one).
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void NormalizeCols(
IMatrix<double> a
)
Parameters
- a IMatrixDouble
- The matrix which should be column normalized.
See Also