blitz
Version 1.0.2
|
Go to the source code of this file.
Classes | |
class | blitz::TinyVector< P_numtype, N_length > |
The TinyVector class is a one-dimensional, fixed length vector that implements the blitz expression template machinery. More... | |
struct | blitz::_bz_meta_bitwidth< I, L > |
This metaprogram returns the number of bits necessary to fit the specified number. More... | |
struct | blitz::_bz_meta_bitwidth< 0, L > |
class | blitz::simdTypes< T > |
Helper class that defines the width of the simd instructions for a given type. More... | |
Namespaces | |
blitz | |
Functions | |
template<typename T > | |
bool | blitz::isVectorAligned (const T *restrict pointer) |
General function just forwards to the simdTypes class. More... | |