Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
back_comp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  tCTF_World< dtype >
 
class  tCTF_Idx_Tensor< dtype >
 

Namespaces

 CTF_double
 

Typedefs

typedef CTF::World CTF_double::World
 
typedef CTF::Tensor CTF_double::Tensor
 
typedef CTF::Matrix CTF_double::Matrix
 
typedef CTF::Vector CTF_double::Vector
 
typedef CTF::Scalar CTF_double::Scalar
 
typedef CTF::Timer CTF_double::Timer
 
typedef CTF::Timer_epoch CTF_double::Timer_epoch
 
typedef CTF::Function_timer CTF_double::Function_timer
 
typedef CTF::Flop_counter CTF_double::Flop_counter
 
typedef CTF::World CTF_World
 
typedef CTF::World cCTF_World
 
typedef CTF::Tensor CTF_Tensor
 
typedef CTF::Matrix CTF_Matrix
 
typedef CTF::Vector CTF_Vector
 
typedef CTF::Scalar CTF_Scalar
 
typedef CTF::Idx_Tensor CTF_Idx_Tensor
 
typedef CTF::Tensor< std::complex< double > > cCTF_Tensor
 
typedef CTF::Matrix< std::complex< double > > cCTF_Matrix
 
typedef CTF::Vector< std::complex< double > > cCTF_Vector
 
typedef CTF::Scalar< std::complex< double > > cCTF_Scalar
 
typedef CTF::Idx_Tensor cCTF_Idx_Tensor
 
template<typename dtype >
using tCTF_Tensor = CTF::Tensor< dtype >
 
template<typename dtype >
using tCTF_Matrix = CTF::Matrix< dtype >
 
template<typename dtype >
using tCTF_Vector = CTF::Vector< dtype >
 
template<typename dtype >
using tCTF_Scalar = CTF::Scalar< dtype >
 
typedef CTF::Timer CTF_Timer
 
typedef CTF::Flop_counter CTF_Flop_Counter
 
typedef CTF::Timer_epoch CTF_Timer_epoch
 
typedef int64_t long_int
 
typedef int64_t key
 
template<typename dtype >
using tkv_pair = CTF::Pair< dtype >
 
typedef tkv_pair< double > kv_pair
 
typedef tkv_pair< std::complex< double > > ckv_pair
 

Typedef Documentation

Definition at line 47 of file back_comp.h.

typedef CTF::Matrix< std::complex<double> > cCTF_Matrix

Definition at line 44 of file back_comp.h.

typedef CTF::Scalar< std::complex<double> > cCTF_Scalar

Definition at line 46 of file back_comp.h.

typedef CTF::Tensor< std::complex<double> > cCTF_Tensor

Definition at line 43 of file back_comp.h.

typedef CTF::Vector< std::complex<double> > cCTF_Vector

Definition at line 45 of file back_comp.h.

Definition at line 22 of file back_comp.h.

typedef tkv_pair< std::complex<double> > ckv_pair

Definition at line 72 of file back_comp.h.

Definition at line 62 of file back_comp.h.

Definition at line 42 of file back_comp.h.

Definition at line 39 of file back_comp.h.

Definition at line 41 of file back_comp.h.

Definition at line 38 of file back_comp.h.

Definition at line 61 of file back_comp.h.

Definition at line 63 of file back_comp.h.

Definition at line 40 of file back_comp.h.

Definition at line 21 of file back_comp.h.

typedef int64_t key

Definition at line 66 of file back_comp.h.

typedef tkv_pair<double> kv_pair

Definition at line 71 of file back_comp.h.

typedef int64_t long_int

Definition at line 65 of file back_comp.h.

template<typename dtype >
using tCTF_Matrix = CTF::Matrix<dtype>

Definition at line 53 of file back_comp.h.

template<typename dtype >
using tCTF_Scalar = CTF::Scalar<dtype>

Definition at line 57 of file back_comp.h.

template<typename dtype >
using tCTF_Tensor = CTF::Tensor<dtype>

Definition at line 51 of file back_comp.h.

template<typename dtype >
using tCTF_Vector = CTF::Vector<dtype>

Definition at line 55 of file back_comp.h.

template<typename dtype >
using tkv_pair = CTF::Pair<dtype>

Definition at line 69 of file back_comp.h.