Contains implementations for the .mag. operator for all defined real types
Computes the magnitude of a vector or array of vectors using norm2
Single vector implementations: B = .mag. A(1:3)
Vector list implementations: B(:) = .mag. A(1:3, :)
Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.