norm2 Function

public pure function norm2(x) result(d)

Standard L2 norm of a vector squared

Arguments

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

Return Value real(kind=rkind)