| Cyclops Tensor Framework
    parallel arithmetic on multidimensional arrays | 
Data structure containing what each partition is going to do. More...

| Data Fields | |
| int | color | 
| World * | world | 
| std::vector< TensorOperation * > | ops | 
| std::set< Idx_Tensor *, tensor_name_less > | local_tensors | 
| std::map< tensor *, tensor * > | remap | 
| std::set< Idx_Tensor *, tensor_name_less > | global_tensors | 
| std::set< Idx_Tensor *, tensor_name_less > | output_tensors | 
Data structure containing what each partition is going to do.
Definition at line 35 of file schedule.cxx.
| int CTF::PartitionOps::color | 
Definition at line 36 of file schedule.cxx.
| std::set<Idx_Tensor*, tensor_name_less > CTF::PartitionOps::global_tensors | 
Definition at line 43 of file schedule.cxx.
| std::set<Idx_Tensor*, tensor_name_less > CTF::PartitionOps::local_tensors | 
Definition at line 40 of file schedule.cxx.
| std::vector<TensorOperation*> CTF::PartitionOps::ops | 
Definition at line 39 of file schedule.cxx.
| std::set<Idx_Tensor*, tensor_name_less > CTF::PartitionOps::output_tensors | 
Definition at line 44 of file schedule.cxx.
Definition at line 41 of file schedule.cxx.
| World* CTF::PartitionOps::world | 
Definition at line 37 of file schedule.cxx.