SparseMatrixInfinityNorm Method |
Returns the infinity norm of the matrix.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double InfinityNorm()
Public Function InfinityNorm As Double
public:
double InfinityNorm()
member InfinityNorm : unit -> float
Return Value
Type:
Double
A
double scalar equal to the maximum of the row sums
of the absolute values of the array elements of the sparse matrix.
See Also