MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / strides

Method strides

include/win/boost/multi_array/subarray.hpp:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 size_type num_dimensions() const { return NumDims; }
160 const size_type* shape() const { return extents_; }
161 const index* strides() const { return strides_; }
162 const index* index_bases() const { return index_base_; }
163
164 size_type num_elements() const {

Callers 7

constraintsMethod · 0.45
constraintsMethod · 0.45
const_constraintsMethod · 0.45
operator[]Method · 0.45
sub_arrayClass · 0.45
beginMethod · 0.45
endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected