GooseEYE 0.9.1
Loading...
Searching...
No Matches
GooseEYE::array_type Namespace Reference

Container type. More...

Typedefs

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

Detailed Description

Container type.

Typedef Documentation

◆ array

template<typename T >
using GooseEYE::array_type::array = xt::xarray<T>

Dynamic rank array.

Definition at line 161 of file config.h.

◆ tensor

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

Fixed (static) rank array.

Definition at line 155 of file config.h.