OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
Go to the source code of this file.
Classes | |
class | NDIndex< Dim > |
class | Touches< Dim > |
class | Contains< Dim > |
class | Split< Dim > |
Functions | |
template<unsigned Dim> | |
NDIndex< Dim > | operator+ (const NDIndex< Dim > &, const int *) |
template<unsigned Dim> | |
NDIndex< Dim > | operator+ (const int *, const NDIndex< Dim > &) |
template<unsigned Dim> | |
NDIndex< Dim > | operator- (const NDIndex< Dim > &, const int *) |
template<unsigned Dim> | |
NDIndex< Dim > | operator- (const int *, const NDIndex< Dim > &) |
template<unsigned Dim> | |
NDIndex< Dim > | operator- (const NDIndex< Dim > &) |
template<unsigned Dim> | |
NDIndex< Dim > | operator* (const NDIndex< Dim > &, const int *) |
template<unsigned Dim> | |
NDIndex< Dim > | operator* (const int *, const NDIndex< Dim > &) |
template<unsigned Dim> | |
NDIndex< Dim > | operator/ (const NDIndex< Dim > &, const int *) |
template<unsigned Dim> | |
bool | operator< (const NDIndex< Dim > &, const NDIndex< Dim > &) |
template<unsigned Dim, unsigned Dim2> | |
bool | operator== (const NDIndex< Dim > &, const NDIndex< Dim2 > &) |
template<unsigned Dim> | |
std::ostream & | operator<< (std::ostream &, const NDIndex< Dim > &) |
template<unsigned D1, unsigned D2> | |
NDIndex< D1 > | plugBase (const NDIndex< D1 > &, const NDIndex< D2 > &) |
|
inline |
Definition at line 44 of file NDIndexInlines.h.
References NDIndex< Dim >::plugBase().
Referenced by NDIndex< Dim >::plugBase().