array2d(void) | cusp::array2d< ValueType, MemorySpace, Orientation > | inline |
array2d(size_t num_rows, size_t num_cols) | cusp::array2d< ValueType, MemorySpace, Orientation > | inline |
array2d(size_t num_rows, size_t num_cols, const ValueType &value) | cusp::array2d< ValueType, MemorySpace, Orientation > | inline |
array2d(const size_t num_rows, const size_t num_cols, const ValueType &value, const size_t pitch) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
array2d(const MatrixType &matrix) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
column(const size_t i) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
column(const size_t i) const | cusp::array2d< ValueType, MemorySpace, Orientation > | |
operator()(const size_t i, const size_t j) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
operator()(const size_t i, const size_t j) const | cusp::array2d< ValueType, MemorySpace, Orientation > | |
operator=(const array2d &matrix) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
operator=(const MatrixType &matrix) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
pitch | cusp::array2d< ValueType, MemorySpace, Orientation > | |
resize(const size_t num_rows, const size_t num_cols) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
resize(const size_t num_rows, const size_t num_cols, const size_t pitch) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
row(const size_t i) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
row(const size_t i) const | cusp::array2d< ValueType, MemorySpace, Orientation > | |
swap(array2d &matrix) | cusp::array2d< ValueType, MemorySpace, Orientation > | |
values | cusp::array2d< ValueType, MemorySpace, Orientation > | |