dnrm2 Function

function dnrm2(n, x, incx)

Arguments

Type IntentOptional AttributesName
integer :: n
double precision :: x(n)
 Given a vector x of length n, this function calculates the Euclidean norm of x with stride incx.
integer :: incx

Return Value doubleprecision


Contents

None