LAMA
|
#include <lama/norm/L2Norm.hpp>
Namespaces | |
namespace | lama |
The namespace lama holds everything of the C++ Library lama. | |
Functions | |
Scalar | lama::l2Norm (const Scalar &scalar) |
calculates the l2 norm of the passed Scalar. | |
Scalar | lama::l2Norm (const Vector &vector) |
calculates the l2 norm of the passed Vector. |