Defines template aliases for blitz::TinyVector
s used for characterising the size of multi-arrays and indexing them.
More...
#include <blitz/array.h>
#include <boost/mpl/int.hpp>
Go to the source code of this file.
Classes | |
struct | blitzplusplus::TinyVectorLengthTraits< V > |
An indirection for accessing lengths of blitz::TinyVector at compile time. More... | |
Namespaces | |
blitzplusplus | |
Comprises our own extensions to Blitz++. | |
Typedefs | |
template<int RANK> | |
using | ExtTiny = blitz::TinyVector< size_t, RANK > |
A tiny vector describing extensions of objects of arbitrary arity. | |
template<int RANK> | |
using | IdxTiny = blitz::TinyVector< ptrdiff_t, RANK > |
A tiny vector used for indexing of objects of arbitrary arity. | |
Defines template aliases for blitz::TinyVector
s used for characterising the size of multi-arrays and indexing them.
Definition in file BlitzTiny.h.