blitz
Version 1.0.2
|
The vectorized return type for a Range should be another range, but that's not useful since a vectorized TinyVector assignment can not contain index placeholders. More...
#include <range.h>
Public Types | |
typedef FastTV2Iterator< T_numtype, N > | Type |
The vectorized return type for a Range should be another 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, N> blitz::Range::tvresult< N >::Type |