blitz Version 1.0.2
|
The vectorized return type for an IndexPlaceholder should be some form of range, but that's not useful since a vectorized TinyVector assignment can not contain index placeholders. More...
#include <indexexpr.h>
Public Types | |
typedef FastTV2Iterator< T_numtype, M > | Type |
The vectorized return type for an IndexPlaceholder should be some form of range, but that's not useful since a vectorized TinyVector assignment can not contain index placeholders.
In fact, since vectorization doesn't work for index expressions anyway, we can just set this to a dummy.
typedef FastTV2Iterator<T_numtype, M> blitz::IndexPlaceholder< N0 >::tvresult< M >::Type |