Click or drag to resize

MatrixNormalizeRows Method

Normalizes all row vectors to a unit p-norm. Typical values for p are 1.0 (L1, Manhattan norm), 2.0 (L2, Euclidean norm) and positive infinity (infinity norm)

Namespace: Altaxo.Calc.LinearAlgebra.Complex32
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override sealed Matrix<Complex32> NormalizeRows(
	double norm
)

Parameters

norm  Double

[Missing <param name="norm"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex32.Matrix.NormalizeRows(System.Double)"]

Return Value

MatrixComplex32

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Complex32.Matrix.NormalizeRows(System.Double)"]

See Also