|
typedef int | indexType |
|
typedef size_t | sizeType |
|
typedef ptrdiff_t | diffType |
|
typedef IndexPlaceholder< 0 > | firstIndex |
|
typedef IndexPlaceholder< 1 > | secondIndex |
|
typedef IndexPlaceholder< 2 > | thirdIndex |
|
typedef IndexPlaceholder< 3 > | fourthIndex |
|
typedef IndexPlaceholder< 4 > | fifthIndex |
|
typedef IndexPlaceholder< 5 > | sixthIndex |
|
typedef IndexPlaceholder< 6 > | seventhIndex |
|
typedef IndexPlaceholder< 7 > | eighthIndex |
|
typedef IndexPlaceholder< 8 > | ninthIndex |
|
typedef IndexPlaceholder< 9 > | tenthIndex |
|
typedef IndexPlaceholder< 10 > | eleventhIndex |
|
typedef Array< int, 1 > | Array1i |
|
typedef Array< int, 2 > | Array2i |
|
typedef Array< int, 3 > | Array3i |
|
typedef Array< int, 4 > | Array4i |
|
typedef Array< int, 5 > | Array5i |
|
typedef Array< int, 6 > | Array6i |
|
typedef Array< int, 7 > | Array7i |
|
typedef Array< int, 8 > | Array8i |
|
typedef Array< int, 9 > | Array9i |
|
typedef Array< int, 10 > | Array10i |
|
typedef Array< int, 11 > | Array11i |
|
typedef Array< unsigned int, 1 > | Array1ui |
|
typedef Array< unsigned int, 2 > | Array2ui |
|
typedef Array< unsigned int, 3 > | Array3ui |
|
typedef Array< unsigned int, 4 > | Array4ui |
|
typedef Array< unsigned int, 5 > | Array5ui |
|
typedef Array< unsigned int, 6 > | Array6ui |
|
typedef Array< unsigned int, 7 > | Array7ui |
|
typedef Array< unsigned int, 8 > | Array8ui |
|
typedef Array< unsigned int, 9 > | Array9ui |
|
typedef Array< unsigned int, 10 > | Array10ui |
|
typedef Array< unsigned int, 11 > | Array11ui |
|
typedef Array< double, 1 > | Array1d |
|
typedef Array< double, 2 > | Array2d |
|
typedef Array< double, 3 > | Array3d |
|
typedef Array< double, 4 > | Array4d |
|
typedef Array< double, 5 > | Array5d |
|
typedef Array< double, 6 > | Array6d |
|
typedef Array< double, 7 > | Array7d |
|
typedef Array< double, 8 > | Array8d |
|
typedef Array< double, 9 > | Array9d |
|
typedef Array< double, 10 > | Array10d |
|
typedef Array< double, 11 > | Array11d |
|
typedef Array< float, 1 > | Array1f |
|
typedef Array< float, 2 > | Array2f |
|
typedef Array< float, 3 > | Array3f |
|
typedef Array< float, 4 > | Array4f |
|
typedef Array< float, 5 > | Array5f |
|
typedef Array< float, 6 > | Array6f |
|
typedef Array< float, 7 > | Array7f |
|
typedef Array< float, 8 > | Array8f |
|
typedef Array< float, 9 > | Array9f |
|
typedef Array< float, 10 > | Array10f |
|
typedef Array< float, 11 > | Array11f |
|
|
template<typename P_numtype , int N_rank> |
void | swap (Array< P_numtype, N_rank > &, Array< P_numtype, N_rank > &) |
|
template<typename P_numtype , int N_rank> |
void | find (Array< TinyVector< int, N_rank >, 1 > &, const Array< P_numtype, N_rank > &) |
|
template<typename T_numtype > |
ostream & | operator<< (ostream &, const Array< T_numtype, 1 > &) |
|
template<typename T_numtype , int N_rank> |
ostream & | operator<< (ostream &, const Array< T_numtype, N_rank > &) |
|
template<typename T_numtype , int N_rank> |
istream & | operator>> (istream &is, Array< T_numtype, N_rank > &x) |
|
template<typename P_expr > |
void | find (Array< TinyVector< int, P_expr::rank >, 1 > &indices, const _bz_ArrayExpr< P_expr > &expr) |
|
bool | isThreadsafe () |
|
template<typename T_shape1 , typename T_shape2 > |
bool | areShapesConformable (const T_shape1 &, const T_shape2 &) |
|
template<typename T_shape > |
bool | areShapesConformable (const T_shape &a, const T_shape &b) |
|
template<typename T > |
bool | isVectorAligned (const T *restrict pointer) |
| General function just forwards to the simdTypes class.
|
|
template<typename T_numtype > |
TinyVector< T_numtype, 3 > | cross (const TinyVector< T_numtype, 3 > &x, const TinyVector< T_numtype, 3 > &y) |
|
template<typename T_numtype1 , typename T_numtype2 , int N_length> |
| BZ_PROMOTE (T_numtype1, T_numtype2) dot(const TinyVector< T_numtype1 |
|
template<typename T_numtype1 , int N_length> |
| BZ_SUMTYPE (T_numtype1) product(const TinyVector< T_numtype1 |
|
template<typename T_numtype , int N_length> |
| BZ_SUMTYPE (T_numtype) sum(const TinyVector< T_numtype |
|