#include <indexexpr.h>
|
| IndexPlaceholder () |
|
| IndexPlaceholder (const IndexPlaceholder< N > &) |
|
| ~IndexPlaceholder () |
|
void | operator= (const IndexPlaceholder< N > &) |
|
int | operator* () const |
|
template<int N_rank> |
T_result | operator() (const TinyVector< int, N_rank > &i) const |
|
int | ascending (int) const |
|
int | ordering (int) const |
|
int | lbound (int) const |
|
int | ubound (int) const |
|
RectDomain< rank_ > | domain () const |
|
void | push (int) |
|
void | pop (int) |
|
void | advance () |
|
void | advance (int) |
|
void | loadStride (int) |
|
template<int N_rank> |
void | moveTo (const TinyVector< int, N_rank > &i) |
|
bool | isUnitStride (int) const |
|
bool | isUnitStride () const |
|
void | advanceUnitStride () |
|
bool | canCollapse (int, int) const |
|
T_result | operator[] (int) const |
|
T_result | fastRead (diffType) const |
|
template<int M> |
tvresult< M >::Type | fastRead_tv (diffType) const |
|
bool | isVectorAligned (diffType offset) const |
| There are no alignment issues here, so just return true.
|
|
diffType | suggestStride (int) const |
|
bool | isStride (int, diffType) const |
|
T_result | shift (int offset, int dim) const |
|
T_result | shift (int offset1, int dim1, int offset2, int dim2) const |
|
void | _bz_offsetData (sizeType i) |
|
T_range_result | operator() (RectDomain< rank_ > d) const |
|
void | prettyPrint (std::string &str, prettyPrintFormat &) const |
|
template<typename T_shape > |
bool | shapeCheck (const T_shape &) const |
|
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 , typename T9 , typename T10 , typename T11 > |
SliceInfo< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11 >::T_slice | operator() (T1 r1, T2 r2, T3 r3, T4 r4, T5 r5, T6 r6, T7 r7, T8 r8, T9 r9, T10 r10, T11 r11) const |
|
◆ T_ctorArg1
◆ T_ctorArg2
◆ T_numtype
◆ T_optype
◆ T_range_result
◆ T_result
◆ T_typeprop
◆ IndexPlaceholder() [1/2]
◆ IndexPlaceholder() [2/2]
◆ ~IndexPlaceholder()
◆ _bz_offsetData()
◆ advance() [1/2]
◆ advance() [2/2]
◆ advanceUnitStride()
◆ ascending()
◆ canCollapse()
◆ domain()
◆ fastRead()
◆ fastRead_tv()
◆ isStride()
◆ isUnitStride() [1/2]
◆ isUnitStride() [2/2]
◆ isVectorAligned()
There are no alignment issues here, so just return true.
◆ lbound()
◆ loadStride()
◆ moveTo()
◆ operator()() [1/3]
◆ operator()() [2/3]
◆ operator()() [3/3]
template<
typename T1 ,
typename T2 ,
typename T3 ,
typename T4 ,
typename T5 ,
typename T6 ,
typename T7 ,
typename T8 ,
typename T9 ,
typename T10 ,
typename T11 >
SliceInfo< T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11 >::T_slice blitz::IndexPlaceholder< N >::operator() |
( |
T1 | r1, |
|
|
T2 | r2, |
|
|
T3 | r3, |
|
|
T4 | r4, |
|
|
T5 | r5, |
|
|
T6 | r6, |
|
|
T7 | r7, |
|
|
T8 | r8, |
|
|
T9 | r9, |
|
|
T10 | r10, |
|
|
T11 | r11 ) const |
|
inline |
◆ operator*()
◆ operator=()
◆ operator[]()
◆ ordering()
◆ pop()
◆ prettyPrint()
◆ push()
◆ shapeCheck()
◆ shift() [1/2]
◆ shift() [2/2]
◆ suggestStride()
◆ ubound()
◆ maxWidth
◆ minWidth
◆ numArrayOperands
◆ numIndexPlaceholders
◆ numTMOperands
◆ numTVOperands
◆ rank_
The documentation for this class was generated from the following files: