#include <tm2fastiter.h>
|
class | SliceInfo |
|
struct | tvresult |
| For an iterator, the vectorized result for width N is always a TinyVector<T_numtype, N>. More...
|
|
|
| FastTM2IteratorBase (const T_iterator &x) |
|
void | operator= (const T_iterator &x) |
|
| FastTM2IteratorBase (const T_matrix &array) |
|
| ~FastTM2IteratorBase () |
|
T_result | operator() (TinyVector< int, 2 > i) const |
|
T_result | first_value () const |
|
T_result | operator* () const |
|
T_result | operator[] (int i) const |
|
T_result | fastRead (diffType i) const |
|
template<int N> |
tvresult< N >::Type | fastRead_tv (diffType i) const |
|
bool | isVectorAligned (diffType offset) const |
| Since data_ is simd aligned by construction, we just have to check the offest.
|
|
void | push (int position) |
|
void | pop (int position) |
|
void | advance () |
|
void | advance (int n) |
|
void | loadStride (int rank) |
|
const T_numtype *restrict | data () const |
|
const T_matrix & | array () const |
|
void | _bz_setData (const T_numtype *ptr) |
|
void | _bz_offsetData (sizeType i) |
|
void | _bz_offsetData (sizeType offset, int dim) |
|
void | _bz_offsetData (sizeType offset1, int dim1, sizeType offset2, int dim2) |
|
int | stride () const |
|
bool | isUnitStride () const |
|
void | advanceUnitStride () |
|
bool | canCollapse (int outerLoopRank, int innerLoopRank) const |
|
template<typename T_shape > |
bool | shapeCheck (const T_shape &s) const |
|
T_result | shift (int offset, int dim) const |
|
T_result | shift (int offset1, int dim1, int offset2, int dim2) const |
|
void | prettyPrint (std::string &str, prettyPrintFormat &format) const |
|
◆ T_ctorArg1
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ T_ctorArg2
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ T_iterator
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ T_matrix
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ T_numtype
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ T_optype
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ T_range_result
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ T_result
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ T_tvresult
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ T_tvtypeprop
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
Result type for fastRead_tv is a FastTVIterator.
This should only be used for mixed TM/Array expressions.
◆ T_typeprop
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ FastTM2IteratorBase() [1/2]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ FastTM2IteratorBase() [2/2]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ ~FastTM2IteratorBase()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ _bz_offsetData() [1/3]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ _bz_offsetData() [2/3]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ _bz_offsetData() [3/3]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ _bz_setData()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ advance() [1/2]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ advance() [2/2]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ advanceUnitStride()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ array()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ ascending()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ canCollapse()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ data()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ fastRead()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ fastRead_tv()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
template<int N>
◆ first_value()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ isStride()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ isUnitStride() [1/2]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ isUnitStride() [2/2]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ isVectorAligned()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
Since data_ is simd aligned by construction, we just have to check the offest.
References true.
◆ lbound()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ loadStride()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ operator()()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ operator*()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ operator=()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
References blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::array_, blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::data_, and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::stack_.
◆ operator[]()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ ordering()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ pop()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ prettyPrint()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ push()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ shapeCheck()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
template<typename T_shape >
◆ shift() [1/2]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ shift() [2/2]
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ stride()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
References blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::stride_.
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::isStride(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::isUnitStride().
◆ suggestStride()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ ubound()
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ array_
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::array(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::fastRead(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::FastTM2IteratorBase(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator()(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator=().
◆ data_
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::_bz_offsetData(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::_bz_setData(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::advance(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::advanceUnitStride(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::data(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::fastRead_tv(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::FastTM2IteratorBase(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::first_value(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator*(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator=(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator[](), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::pop(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::push(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::shift().
◆ maxWidth
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ minWidth
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ numArrayOperands
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ numIndexPlaceholders
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ numTMOperands
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ numTVOperands
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
◆ rank_
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::ascending(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::lbound(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::ordering(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::ubound().
◆ stack_
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator=(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::pop(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::push().
◆ stride_
template<typename P_numtype , int N_rows, int N_columns, typename P_arraytype >
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::advance(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::loadStride(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator[](), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::stride().
The documentation for this class was generated from the following file: