, including all inherited members.
| alloc(size_t elements) | array | [static] |
| array(ginternal *) | array | |
| array() | array | |
| array(const dim4 &dims, dtype ty=f32) | array | |
| array(int d0, int d1, dtype ty=f32) | array | |
| array(int d0, int d1, int d2, dtype ty=f32) | array | |
| array(int d0, int d1, int d2, int d3, dtype ty=f32) | array | |
| array(const array &) | array | |
| array(const seq &s) | array | |
| array(unsigned dim0, const ty *pointer, af_source_t src=afHostPointer, unsigned ngfor=0) | array | |
| array(unsigned dim0, unsigned dim1, const ty *pointer, af_source_t src=afHostPointer, unsigned ngfor=0) | array | |
| array(unsigned dim0, unsigned dim1, unsigned dim2, const ty *pointer, af_source_t src=afHostPointer, unsigned ngfor=0) | array | |
| array(unsigned dim0, unsigned dim1, unsigned dim2, unsigned dim3, const ty *pointer, af_source_t src=afHostPointer, unsigned ngfor=0) | array | |
| array(const dim4 &dims, const ty *pointer, af_source_t src=afHostPointer, unsigned ngfor=0) | array | |
| bytes() const | array | |
| col(int i) const | array | [inline] |
| cols(int first, int last) const | array | [inline] |
| copy() const | array | |
| device() const | array | |
| dims() const | array | |
| dims(unsigned) const | array | |
| elements() const | array | |
| eval() | array | |
| free(void *) | array | [static] |
| ginternal class | array | [friend] |
| H() const | array | |
| host() const | array | |
| hostFree(const T *) | array | [static] |
| iscolumn() const | array | |
| iscomplex() const | array | |
| isempty() const | array | |
| isreal() const | array | [inline] |
| isrow() const | array | |
| isscalar() const | array | |
| issparse() const | array | |
| isvector() const | array | |
| m_internal | array | [mutable] |
| ndims() const | array | |
| ngfor() const | array | |
| operator!() const | array | |
| operator!=(const array &) const | array | |
| operator!=(const bool &) const | array | |
| operator!=(const int &) const | array | |
| operator!=(const double &) const | array | |
| operator!=(const bool &, const array &) | array | [friend] |
| operator!=(const int &, const array &) | array | [friend] |
| operator!=(const double &, const array &) | array | [friend] |
| operator%(const array &) const | array | |
| operator%(const double &) const | array | |
| operator%(const double &, const array &) | array | [friend] |
| operator%=(const array &) | array | |
| operator%=(const double &) | array | |
| operator&(const array &) const | array | |
| operator&&(const array &) const | array | |
| operator&&(const bool &) const | array | |
| operator&&(const int &) const | array | |
| operator&&(const unsigned &) const | array | |
| operator&&(const double &) const | array | |
| operator&&(const bool &, const array &) | array | [friend] |
| operator&&(const int &, const array &) | array | [friend] |
| operator&&(const unsigned &, const array &) | array | [friend] |
| operator()(int x) const | array | [inline] |
| operator()(const seq &) const | array | |
| operator()(array indices) const | array | |
| operator()(const seq &, const seq &) const | array | |
| operator()(int row, int col) const | array | [inline] |
| operator()(int row, const seq &y) const | array | [inline] |
| operator()(int row, array columns) const | array | [inline] |
| operator()(const seq &x, int column) const | array | [inline] |
| operator()(const seq &rows, array columns) const | array | |
| operator()(array rows, int column) const | array | [inline] |
| operator()(array rows, const seq &columns) const | array | |
| operator()(array rows, array columns) const | array | |
| operator()(const seq &, const seq &, const seq &) const | array | |
| operator()(int x, int y, int z) const | array | [inline] |
| operator()(const seq &x, int y, int z) const | array | [inline] |
| operator()(int x, const seq &y, int z) const | array | [inline] |
| operator()(int x, int y, const seq &z) const | array | [inline] |
| operator()(int x, const seq &y, const seq &z) const | array | [inline] |
| operator()(const seq &x, const seq &y, int z) const | array | [inline] |
| operator()(const seq &x, int y, const seq &z) const | array | [inline] |
| operator()(array rows, array cols, const seq &slices) const | array | |
| operator()(array rows, array cols, int slice) const | array | [inline] |
| operator()(array rows, const seq &cols, const seq &slices) const | array | |
| operator()(array rows, const seq &cols, int slice) const | array | [inline] |
| operator()(const seq &rows, array cols, const seq &slices) const | array | |
| operator()(const seq &, const seq &, array) const | array | |
| operator()(const seq &w, const seq &x, const seq &y, const seq &z) const | array | |
| operator()(const seq &w, const seq &x, const seq &y, int z) const | array | [inline] |
| operator()(const seq &w, const seq &x, int y, int z) const | array | [inline] |
| operator*(const array &rhs) const | array | [inline] |
| operator*(const double &scalar) const | array | |
| operator*(const double &scalar, const array &) | array | [friend] |
| operator*=(const array &) | array | |
| operator*=(const double &) | array | |
| operator+(const array &) const | array | |
| operator+(const double &) const | array | |
| operator+(const double &, const array &) | array | [friend] |
| operator++() | array | |
| operator+=(const array &) | array | |
| operator+=(const double &) | array | |
| operator-() const | array | |
| operator-(const array &) const | array | |
| operator-(const double &) const | array | |
| operator-(const double &, const array &) | array | [friend] |
| operator--() | array | |
| operator-=(const array &) | array | |
| operator-=(const double &) | array | |
| operator/(const array &) const | array | |
| operator/(const double &) const | array | |
| operator/(const double &, const array &) | array | [friend] |
| operator/=(const array &) | array | |
| operator/=(const double &) | array | |
| operator<(const array &) const | array | |
| operator<(const bool &) const | array | |
| operator<(const int &) const | array | |
| operator<(const double &) const | array | |
| operator<(const bool &, const array &) | array | [friend] |
| operator<(const int &, const array &) | array | [friend] |
| operator<(const double &, const array &) | array | [friend] |
| operator<=(const array &) const | array | |
| operator<=(const bool &) const | array | |
| operator<=(const int &) const | array | |
| operator<=(const double &) const | array | |
| operator<=(const bool &, const array &) | array | [friend] |
| operator<=(const int &, const array &) | array | [friend] |
| operator<=(const double &, const array &) | array | [friend] |
| operator=(const ty) | array | |
| operator=(const array &) | array | |
| operator==(const array &) const | array | |
| operator==(const bool &) const | array | |
| operator==(const int &) const | array | |
| operator==(const double &) const | array | |
| operator==(const bool &, const array &) | array | [friend] |
| operator==(const int &, const array &) | array | [friend] |
| operator==(const double &, const array &) | array | [friend] |
| operator>(const array &) const | array | |
| operator>(const bool &) const | array | |
| operator>(const int &) const | array | |
| operator>(const double &) const | array | |
| operator>(const bool &, const array &) | array | [friend] |
| operator>(const int &, const array &) | array | [friend] |
| operator>(const double &, const array &) | array | [friend] |
| operator>=(const array &) const | array | |
| operator>=(const bool &) const | array | |
| operator>=(const int &) const | array | |
| operator>=(const double &) const | array | |
| operator>=(const bool &, const array &) | array | [friend] |
| operator>=(const int &, const array &) | array | [friend] |
| operator>=(const double &, const array &) | array | [friend] |
| operator^(const array &) const | array | |
| operator|(const array &) const | array | |
| operator||(const array &) const | array | |
| operator||(const bool &) const | array | |
| operator||(const int &) const | array | |
| operator||(const unsigned &) const | array | |
| operator||(const double &) const | array | |
| operator||(const bool &, const array &) | array | [friend] |
| operator||(const int &, const array &) | array | [friend] |
| operator||(const unsigned &, const array &) | array | [friend] |
| row(int i) const | array | [inline] |
| rows(int first, int last) const | array | [inline] |
| scalar(const ty) | array | [static] |
| scalar() const | array | |
| slice(int i) const | array | [inline] |
| slices(int first, int last) const | array | [inline] |
| T() const | array | |
| type() const | array | |
| unlock() const | array | |
| ~array() | array | |