Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | The length of the array |
||
real(kind=r8), | intent(in), | dimension(*) | :: | x | The input vector |
|
integer, | intent(in) | :: | sx | The stride in memory between consecutive elements of |
The vector norm of x
Interface for function which calculates vector norms. This has the same interface as the BLAS routine dnrm2.