Tatooine
Classes | Namespaces | Typedefs
tensor.h File Reference

Go to the source code of this file.

Classes

struct  tatooine::tensor< ValueType, Dims >
 

Namespaces

namespace  tatooine
 

Typedefs

template<std::size_t... Dimensions>
using tatooine::Tensor = tensor< real_number, Dimensions... >
 
using tatooine::tensor222 = Tensor< 2, 2, 2 >
 
using tatooine::tensor333 = Tensor< 3, 3, 3 >
 
using tatooine::tensor444 = Tensor< 4, 4, 4 >
 
using tatooine::tensor2222 = Tensor< 2, 2, 2, 2 >
 
using tatooine::tensor3333 = Tensor< 3, 3, 3, 3 >
 
using tatooine::tensor4444 = Tensor< 4, 4, 4, 4 >
 
using tatooine::tensor22222 = Tensor< 2, 2, 2, 2, 2 >
 
using tatooine::tensor33333 = Tensor< 3, 3, 3, 3, 3 >
 
using tatooine::tensor44444 = Tensor< 4, 4, 4, 4, 4 >
 
using tatooine::tensor222222 = Tensor< 2, 2, 2, 2, 2, 2 >
 
using tatooine::tensor333333 = Tensor< 3, 3, 3, 3, 3, 3 >
 
using tatooine::tensor444444 = Tensor< 4, 4, 4, 4, 4, 4 >