#include <numpy.h>
Public Types | |
| using | container_type = std::vector< ssize_t > |
| using | value_type = container_type::value_type |
| using | size_type = container_type::size_type |
Public Member Functions | |
| common_iterator () | |
| common_iterator (void *ptr, const container_type &strides, const container_type &shape) | |
| void | increment (size_type dim) |
| void * | data () const |
| using common_iterator::container_type = std::vector<ssize_t> |
| using common_iterator::size_type = container_type::size_type |
| using common_iterator::value_type = container_type::value_type |
|
inline |
1.8.19