Generic old style interface for NRM2. Supports s, d, sc, dz. See also: mfi_nrm2, snrm2, dnrm2, scnrm2, dznrm2.
Original interface for SNRM2 See also: mfi_nrm2, nrm2.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=REAL32), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx |
Original interface for SCNRM2 See also: mfi_nrm2, nrm2.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| complex(kind=REAL32), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx |
Original interface for DNRM2 See also: mfi_nrm2, nrm2.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=REAL64), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx |
Original interface for DZNRM2 See also: mfi_nrm2, nrm2.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| complex(kind=REAL64), | intent(in) | :: | x(*) | |||
| integer, | intent(in) | :: | incx |