MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / index

Method index

src/api/cpp/index.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35index::index() : impl{} {
36 impl.idx.seq = af_span;
37 impl.isSeq = true;
38 impl.isBatch = false;
39}
40
41index::index(const int idx) : impl{} {
42 impl.idx.seq = af_make_seq(idx, idx, 1);

Callers

nothing calls this directly

Calls 4

whereFunction · 0.70
af_make_seqFunction · 0.50
af_retain_arrayFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected