SparseMatrixOneNorm Method |
Returns the matrix one norm of the sparse matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function OneNorm As Double
member OneNorm : unit -> float
Return Value
Type:
Double
A
double scalar containing the maximum of the column
sums of the absolute values of the array elements.
See Also