| 162 | const index* index_bases() const { return index_base_; } |
| 163 | |
| 164 | size_type num_elements() const { |
| 165 | return std::accumulate(shape(),shape() + num_dimensions(), |
| 166 | size_type(1), std::multiplies<size_type>()); |
| 167 | } |
| 168 | |
| 169 | |
| 170 | #ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS |
no outgoing calls
no test coverage detected