|  | DoubleComplexMatrixOneNorm Method | 
            Computes the 1-norm of this matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
SyntaxPublic 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
See Also