36 seq(
double begin,
double end,
double step = 1);
38 seq(
seq afs,
bool is_gfor);
58 operator array()
const;
61 void init(
double begin,
double end,
double step);
double step
Definition: seq.h:15
Definition: algorithm.h:14
seq operator*(double x)
Definition: seq.h:50
seq operator-()
Definition: seq.h:44
size_t size
Definition: seq.h:29
double begin
Definition: seq.h:14
friend seq operator*(double x, seq y)
Definition: seq.h:56
double end
Definition: seq.h:14
bool m_gfor
Definition: seq.h:30
AFAPI af_seq af_make_seq(double begin, double end, double step)
seq operator-(double x)
Definition: seq.h:48
#define AFAPI
Definition: defines.h:31
friend seq operator+(double x, seq y)
Definition: seq.h:52
af_seq s
Definition: seq.h:28
friend seq operator-(double x, seq y)
Definition: seq.h:54
static af::array array(af::dim4 idims, cl_mem buf, af::dtype type, bool retain=false)
Create an af::array object from an OpenCL cl_mem buffer.
Definition: opencl.h:105
static const af_seq af_span
Definition: seq.h:18
seq operator+(double x)
Definition: seq.h:46