constant, random, range, etc. More...
Modules | |
Random Number Generation | |
Random Number Generation Functions. | |
constant | |
Create an array from a scalar input value. | |
diag | |
Extract the diagonal from an array. | |
identity | |
Generate an identity matrix. | |
iota | |
Generate an array with [0, n-1] values modified to specified dimensions and tiling. | |
lower | |
Return the lower triangular matrix from an input array. | |
pad | |
Pad an array. | |
range | |
Generate an array with [0, n-1] values along the a specified dimension and tiled across other dimensions. | |
upper | |
Return the upper triangular matrix from an input array. | |
array & | eval (array &a) |
Evaluate an expression (nonblocking). More... | |
AFAPI void | eval (int num, array **arrays) |
Evaluate multiple arrays simultaneously. More... | |
void | eval (array &a, array &b) |
void | eval (array &a, array &b, array &c) |
void | eval (array &a, array &b, array &c, array &d) |
void | eval (array &a, array &b, array &c, array &d, array &e) |
void | eval (array &a, array &b, array &c, array &d, array &e, array &f) |
const array & | eval (const array &a) |
Evaluate an expression (nonblocking). More... | |
void | eval (const array &a, const array &b) |
void | eval (const array &a, const array &b, const array &c) |
void | eval (const array &a, const array &b, const array &c, const array &d) |
void | eval (const array &a, const array &b, const array &c, const array &d, const array &e) |
void | eval (const array &a, const array &b, const array &c, const array &d, const array &e, const array &f) |
AFAPI void | setManualEvalFlag (bool flag) |
Turn the manual eval flag on or off. More... | |
AFAPI bool | getManualEvalFlag () |
Get the manual eval flag. More... | |
constant, random, range, etc.
Evaluate an expression (nonblocking).
Definition at line 1467 of file array.h.
AFAPI bool getManualEvalFlag | ( | ) |
Get the manual eval flag.
AFAPI void setManualEvalFlag | ( | bool | flag | ) |
Turn the manual eval flag on or off.