dnorm_intr Abstract Interface

abstract interface
public function dnorm_intr(n, x, sx)

Arguments

Type IntentOptional AttributesName
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 x

Return Value real(kind=r8)

The vector norm of x

Description

Interface for function which calculates vector norms. This has the same interface as the BLAS routine dnrm2.