Click or drag to resize

MatrixMathNormalizeRows Method

Normalizes each row (each horizontal vector) of the matrix. After normalization, each row has the norm 1, i.e. the sum of squares of the elements of each row is 1 (one).

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void NormalizeRows(
	IMatrix<double> a
)

Parameters

a  IMatrixDouble
The matrix which should be row normalized.
See Also