Thrill
0.1
|
#include <tlx/die.hpp>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <functional>
#include <vector>
Go to the source code of this file.
Classes | |
class | Vector< D, Type > |
A compile-time fixed-length D-dimensional point with double precision. More... | |
class | VVector< Type > |
A variable-length D-dimensional point with double precision. More... | |
Namespaces | |
thrill | |
thrill::common | |
Contains many common tools and helpers shared by higher layers. See common. | |
Macros | |
#define | THRILL_COMMON_VECTOR_HEADER |
Functions | |
template<size_t D> | |
Vector< D > | operator* (const double a, const Vector< D > &b) |
VVector< double > | operator* (const double a, const VVector< double > &b) |
#define THRILL_COMMON_VECTOR_HEADER |
Definition at line 13 of file vector.hpp.