Calculates the p-norms of all row vectors.
Typical values for p are 1.0 (L1, Manhattan norm), 2.0 (L2, Euclidean norm) and positive infinity (infinity norm)
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override Vector<double> RowNorms(
double norm
)
Parameters
- norm Double
- The p-norm to calculate.
Return Value
VectorDoubleA vector containing the p-norm of each row.
See Also