Helper to allocate 'output' which is of the same type of some 'input', but of a different rank.
More...
#include <GMatTensor/config.h>
template<size_t RANK, class T>
struct GMatTensor::allocate< RANK, T >
Helper to allocate 'output' which is of the same type of some 'input', but of a different rank.
For example:
template <class T>
auto return_scalar_array(const T& A2) ->
Helper to allocate 'output' which is of the same type of some 'input', but of a different rank.
- Template Parameters
-
RANK | Rank of the output. |
T | Type of the 'input' |
Definition at line 107 of file config.h.
The documentation for this struct was generated from the following file: