f11mlc computes the -norm, the -norm or the maximum absolute value of the elements of a real, square, sparse matrix which is held in compressed column (Harwell–Boeing) format.
The function may be called by the names: f11mlc, nag_sparse_direct_real_gen_norm or nag_superlu_matrix_norm.
3Description
f11mlc computes various quantities relating to norms of a real, sparse matrix presented in compressed column (Harwell–Boeing) format.
4References
None.
5Arguments
1: – Nag_NormTypeInput
On entry: specifies the value to be returned in anorm.
The -norm of the matrix is computed, that is .
The -norm of the matrix is computed, that is .
The value (not a norm).
Constraint:
, or .
2: – double *Output
On exit: the computed quantity relating the matrix.
3: – IntegerInput
On entry: , the order of the matrix .
Constraint:
.
4: – const IntegerInput
Note: the dimension, dim, of the array icolzp
must be at least
.
On entry: the new column index array of sparse matrix . See Section 2.1.3 in the F11 Chapter Introduction.
5: – const IntegerInput
Note: the dimension, dim, of the array irowix
must be at least
, the number of nonzeros of the sparse matrix .
On entry: the row index array of sparse matrix . See Section 2.1.3 in the F11 Chapter Introduction.
6: – const doubleInput
Note: the dimension, dim, of the array a
must be at least
, the number of nonzeros of the sparse matrix .
On entry: the array of nonzero values in the sparse matrix .
7: – NagError *Input/Output
The NAG error argument (see Section 7 in the Introduction to the NAG Library CL Interface).
6Error Indicators and Warnings
NE_ALLOC_FAIL
Dynamic memory allocation failed.
See Section 3.1.2 in the Introduction to the NAG Library CL Interface for further information.
NE_BAD_PARAM
On entry, argument had an illegal value.
NE_INT
On entry, . Constraint: .
NE_INTERNAL_ERROR
An internal error has occurred in this function. Check the function call and any array sizes. If the call is correct then please contact NAG for assistance.
See Section 7.5 in the Introduction to the NAG Library CL Interface for further information.
NE_NO_LICENCE
Your licence key may have expired or may not have been installed correctly.
See Section 8 in the Introduction to the NAG Library CL Interface for further information.
7Accuracy
Not applicable.
8Parallelism and Performance
f11mlc makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this function. Please also consult the Users' Note for your implementation for any additional implementation-specific information.
9Further Comments
None.
10Example
This example computes norms and maximum absolute value of the matrix , where