Tatooine
Namespaces | Typedefs
tensor_typedefs.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 

Typedefs

template<std::size_t... Dims>
using tatooine::TensorF = tensor< float, Dims... >
 
template<std::size_t... Dims>
using tatooine::TensorD = tensor< double, Dims... >
 
template<std::size_t... Dims>
using tatooine::TensorI64 = tensor< std::int64_t, Dims... >
 
template<typename T , std::size_t... Dims>
using tatooine::complex_tensor = tensor< std::complex< T >, Dims... >
 
template<std::size_t ... Dims>
using tatooine::ComplexTensor = tensor< std::complex< real_number >, Dims... >
 
template<std::size_t ... Dims>
using tatooine::ComplexTensorD = tensor< std::complex< double >, Dims... >
 
template<std::size_t ... Dims>
using tatooine::ComplexTensorF = tensor< std::complex< float >, Dims... >