GooseEPM v0.11.0
|
Container type. More...
Typedefs | |
template<typename T , size_t N> | |
using | tensor = xt::xtensor< T, N > |
Fixed (static) rank array. | |
Container type.
By default array_type::tensor
is used. Otherwise:
#define GOOSEEPM_USE_XTENSOR_PYTHON
to use xt::pytensor
using GooseEPM::array_type::tensor = typedef xt::xtensor<T, N> |