| DoubleComplexMatrixOneNorm Method |
Computes the 1-norm of this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax Public Function OneNorm As Double
member OneNorm : unit -> float
Return Value
DoubleThe 1-norm of this matrix. This is just the
maximum column sum.
See Also