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

Function af_make_seq

src/api/c/index.cpp:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320af_seq af_make_seq(double begin, double end, double step) {
321 return af_seq{begin, end, step};
322}
323
324af_err af_create_indexers(af_index_t** indexers) {
325 try {

Callers 15

transform_coordinatesFunction · 0.70
medianFunction · 0.70
otsuThresholdFunction · 0.70
af_set_seq_param_indexerFunction · 0.70
SetUpMethod · 0.50
SetUpMethod · 0.50
SetUpMethod · 0.50
SetUpMethod · 0.50
homographyTestFunction · 0.50
SetUpMethod · 0.50
SetUpMethod · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

toTempFormatFunction · 0.40