NOMAD Source
Version 4.0.0 Beta
|
Direction: Represent geometrical vectors. More...
#include <numeric>
#include "../Math/ArrayOfDouble.hpp"
#include "../nomad_nsbegin.hpp"
#include "../nomad_nsend.hpp"
Go to the source code of this file.
Classes | |
class | Direction |
Class for the representation of a direction. More... | |
Enumerations | |
enum | NormType { NormType::L1, NormType::L2, NormType::LINF } |
Type of norm. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const Direction &d) |
Display of Direction . More... | |
Direction: Represent geometrical vectors.
Definition in file Direction.hpp.
|
strong |
Type of norm.
Enumerator | |
---|---|
L1 | Norm L1. |
L2 | Norm L2. |
LINF | Norm LInf. |
Definition at line 63 of file Direction.hpp.