GooseEPM v0.11.0
Loading...
Searching...
No Matches
GooseEPM::array_type Namespace Reference

Container type. More...

Typedefs

template<typename T , size_t N>
using tensor = xt::xtensor< T, N >
 Fixed (static) rank array.
 

Detailed Description

Container type.

By default array_type::tensor is used. Otherwise:

  • #define GOOSEEPM_USE_XTENSOR_PYTHON to use xt::pytensor

Typedef Documentation

◆ tensor

template<typename T , size_t N>
using GooseEPM::array_type::tensor = typedef xt::xtensor<T, N>

Fixed (static) rank array.

Definition at line 135 of file config.h.