Thrill  0.1
vector.hpp File Reference
#include <tlx/die.hpp>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <functional>
#include <vector>
+ Include dependency graph for vector.hpp:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ THRILL_COMMON_VECTOR_HEADER

#define THRILL_COMMON_VECTOR_HEADER

Definition at line 13 of file vector.hpp.