norm Function

public pure function norm(x) result(d)

Standard L2 norm of a vector

Arguments

Type IntentOptional Attributes Name
real(kind=rkind), intent(in) :: x(:)

Return Value real(kind=rkind)