Metafunction returning the appropriate set of retained index positions. More...
#include <VectorFromMatrixSliceIterator.h>
Metafunction returning the appropriate set of retained index positions.
RANK | the arity of the multivectors resulting from the slicing (the rows/colunms of the multimatrix of total arity 2*RANK ) |
S | should be either Left or Right |
LeftRight<RANK,Left>
is equivalent to a compile-time range of <0,1,2,3,...,RANK-1>
LeftRight<RANK,Right>
” <RANK,RANK+1,...,2*RANK-1>
Definition at line 47 of file VectorFromMatrixSliceIterator.h.