38 #ifndef AFF_DUMP_SIMPLERIGIDARRAY_H_VERSION 40 #define AFF_DUMP_SIMPLERIGIDARRAY_H_VERSION \ 41 "AFF_DUMP_SIMPLERIGIDARRAY_H V1.0 " 54 template<
class T, Tsize N>
60 if (!i) { os <<
" "; }
62 os << array[k] <<
" ";
63 if (++i>7) { i=0; os << endl; }
70 #endif // AFF_DUMP_SIMPLERIGIDARRAY_H_VERSION (includeguard) Root namespace of library.
void dump(const Strided &shape, std::ostream &os)
dump shape
A very basic rigid array class (with deep inline copy).
size_t Tsize
Type to hold the size of an array dimension.