Tatooine
Classes | Namespaces | Functions
tensor_unpack.h File Reference

Go to the source code of this file.

Classes

struct  tatooine::unpack< base_tensor< Tensor, Real, N > >
 
struct  tatooine::unpack< const base_tensor< Tensor, Real, N > >
 
struct  tatooine::unpack< tensor< Real, N > >
 
struct  tatooine::unpack< const tensor< Real, N > >
 

Namespaces

namespace  tatooine
 

Functions

template<typename Tensor , typename Real , size_t N>
 tatooine::unpack (base_tensor< Tensor, Real, N > &c) -> unpack< base_tensor< Tensor, Real, N > >
 
template<typename Tensor , typename Real , size_t N>
 tatooine::unpack (const base_tensor< Tensor, Real, N > &c) -> unpack< const base_tensor< Tensor, Real, N > >
 
template<typename Real , size_t N>
 tatooine::unpack (tensor< Real, N > &c) -> unpack< tensor< Real, N > >
 
template<typename Real , size_t N>
 tatooine::unpack (const tensor< Real, N > &c) -> unpack< const tensor< Real, N > >