alloc() | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
assign(const tensor< __value_type, dev_memory_space, row_major > &src) | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
assign(const tensor< __value_type, host_memory_space, row_major > &src) | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
base_type typedef | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
cuda_array(const index_type &height, const index_type &width, const index_type &depth=1, const unsigned int dim=1) | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
cuda_array(const tensor< value_type, S, row_major > &src, const unsigned int dim=1) | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
d() const | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
dealloc() | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
dim() const | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
h() const | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
index_type typedef | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
m_depth | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
m_height | cuv::matrix< __value_type, __index_type > | protected |
m_width | cuv::matrix< __value_type, __index_type > | protected |
matrix(const index_type &h, const index_type &w) | cuv::matrix< __value_type, __index_type > | inline |
matrix(const matrix< value_type, index_type > &m) | cuv::matrix< __value_type, __index_type > | inline |
memory_space_type typedef | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
my_type typedef | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
n() const | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
operator()(const __index_type &i, const __index_type &j) const | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
operator=(const matrix< value_type, index_type > &m) | cuv::matrix< __value_type, __index_type > | inline |
ptr() | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
ptr() const | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
resize(const index_type &h, const index_type &w) | cuv::matrix< __value_type, __index_type > | inline |
value_type typedef | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | |
w() const | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
~cuda_array() | cuv::cuda_array< __value_type, __memory_space_type, __index_type > | inline |
~matrix() | cuv::matrix< __value_type, __index_type > | inlinevirtual |