GMatElastoPlasticQPot 0.18.3
Loading...
Searching...
No Matches
GMatElastoPlasticQPot::array_type Namespace Reference

Define container type. More...

Typedefs

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

Detailed Description

Define container type.

The default xt::xtensor can be changed using:

  • #define GMATELASTOPLASTICQPOT_USE_XTENSOR_PYTHON -> xt::pytensor

Typedef Documentation

◆ tensor

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

Fixed (static) rank array.

Definition at line 60 of file config.h.