Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
term.h File Reference
#include <map>
#include <set>
#include "../tensor/untyped_tensor.h"
Include dependency graph for term.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  CTF_int::tensor_name_less
 comparison function for sets of tensor pointers This ensures the set iteration order is consistent across nodes More...
 
class  CTF_int::Term
 a term is an abstract object representing some expression of tensors More...
 
class  CTF_int::Sum_Term
 
class  CTF_int::Contract_Term
 An experession representing a contraction of a set of tensors contained in operands. More...
 

Namespaces

 CTF
 
 CTF_int
 

Functions

CTF_int::Contract_Term CTF_int::operator* (double const &d, CTF_int::Term const &tsr)
 
CTF_int::Contract_Term CTF_int::operator* (int64_t const &i, CTF_int::Term const &tsr)
 
void CTF_int::operator-= (double &d, CTF_int::Term const &tsr)
 
void CTF_int::operator+= (double &d, CTF_int::Term const &tsr)
 
void CTF_int::operator-= (int64_t &d, CTF_int::Term const &tsr)
 
void CTF_int::operator+= (int64_t &d, CTF_int::Term const &tsr)