MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / begin

Method begin

ibtk/contrib/boost/boost/multi_array/multi_array_ref.hpp:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541
542
543 iterator begin() {
544 return iterator(*this->index_bases(),origin(),this->shape(),
545 this->strides(),this->index_bases());
546 }
547
548 iterator end() {
549 return iterator(*this->index_bases()+(index)*this->shape(),origin(),

Callers 8

multi_array_refClass · 0.95
const_multi_array_refMethod · 0.45
reindexMethod · 0.45
reshapeMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45
init_from_extent_genMethod · 0.45
init_multi_array_refMethod · 0.45

Calls 4

iteratorClass · 0.85
index_basesMethod · 0.45
shapeMethod · 0.45
stridesMethod · 0.45

Tested by

no test coverage detected