LAMA
|
Go to the source code of this file.
Data Structures | |
class | lama::L2Norm |
L2Norm is a functor specialization of Norm that calculates the l2 norm for the passed values. More... | |
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. |