Click or drag to resize

MapackMatrixNorm1 Property

Returns the One Norm for the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Norm1 { get; }

Property Value

Double
The maximum column sum.

Implements

IMapackMatrixNorm1
See Also