|
template<typename Value , int Rank> |
ArrayView< Value, Rank > | atlas::array::make_view (Array &array) |
|
template<typename Value , int Rank> |
ArrayView< const Value, Rank > | atlas::array::make_view (const Array &array) |
|
template<class Value , int Rank, ENABLE_IF_NOT_CONST > |
LocalView< Value, Rank > | atlas::array::make_view (Value data[], const ArrayShape &shape) |
|
template<class Value , int Rank, ENABLE_IF_NOT_CONST > |
LocalView< const Value, Rank > | atlas::array::make_view (const Value data[], const ArrayShape &shape) |
|
template<class Value , int Rank, ENABLE_IF_CONST > |
LocalView< Value, Rank > | atlas::array::make_view (typename std::remove_const< Value >::type data[], const ArrayShape &shape) |
|
template<typename Value , unsigned int Rank, ENABLE_IF_NOT_CONST > |
LocalView< Value, Rank > | atlas::array::make_view (Value data[], size_t size) |
|
template<typename Value , unsigned int Rank, ENABLE_IF_NOT_CONST > |
LocalView< const Value, Rank > | atlas::array::make_view (const Value data[], size_t size) |
|
template<typename Value , unsigned int Rank, ENABLE_IF_CONST > |
LocalView< Value, Rank > | atlas::array::make_view (typename std::remove_const< Value >::type data[], size_t size) |
|
template<typename Value , int Rank> |
ArrayView< Value, Rank > | atlas::array::make_host_view (Array &array) |
|
template<typename Value , int Rank> |
ArrayView< const Value, Rank > | atlas::array::make_host_view (const Array &array) |
|
template<typename Value , int Rank> |
ArrayView< Value, Rank > | atlas::array::make_device_view (Array &array) |
|
template<typename Value , int Rank> |
ArrayView< const Value, Rank > | atlas::array::make_device_view (const Array &array) |
|
template<typename Value , int Rank> |
IndexView< Value, Rank > | atlas::array::make_indexview (Array &array) |
|
template<typename Value , int Rank> |
IndexView< const Value, Rank > | atlas::array::make_indexview (const Array &array) |
|
template<typename Value , int Rank> |
IndexView< Value, Rank > | atlas::array::make_host_indexview (Array &array) |
|
template<typename Value , int Rank> |
IndexView< const Value, Rank > | atlas::array::make_host_indexview (const Array &array) |
|
Forward declarations of public API header atlas/array.h.
- Author
- Willem Deconinck