72 my_f32 =
static_cast<const float*
>(
ptr);
75 my_f64 =
static_cast<const double*
>(
ptr);
149 const float* my_f32 =
NULL;
150 const double* my_f64 =
NULL;
251 return (*my_parent)[my_index];
259 return (*my_parent)[my_index +
i];
268 return my_index ==
right.my_index;
276 return !(*
this ==
right);
284 return my_index <
right.my_index;
292 return !(*
this <
right);
300 return my_index >
right.my_index;
308 return !(*
this >
right);
372 return Iterator(my_parent, my_index +
n);
380 return Iterator(my_parent, my_index -
n);
398 if (
right.my_index > my_index) {
auto consecutive_extractor(const Matrix< Value_, Index_ > *mat, bool row, Index_ iter_start, Index_ iter_length, Args_ &&... args)
Definition consecutive_extractor.hpp:35