Click or drag to resize
ComplexSparseMatrixOneNorm Method
Returns the matrix one norm of the sparse matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double OneNorm()

Return Value

Type: Double
A double containing the maximum of the column sums of the absolute values of the array elements.
See Also