|
Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
#include "functions.h"#include "set.h"#include "../tensor/untyped_tensor.h"#include "world.h"#include "partition.h"#include <vector>#include "graph_io_aux.cxx"#include "tensor.cxx"#include "vector.h"#include "scalar.h"#include "matrix.h"#include "sparse_tensor.h"

Go to the source code of this file.
Data Structures | |
| class | CTF::Typ_Idx_Tensor< dtype > |
| class | CTF::Sparse_Tensor< dtype > |
| a sparse subset of a tensor More... | |
| class | CTF::Pair< dtype > |
| index-value pair used for tensor data input More... | |
| class | CTF::Tensor< dtype > |
| an instance of a tensor within a CTF world More... | |
Namespaces | |
| CTF | |
Functions | |
| template<typename dtype > | |
| bool | CTF::comp_pair (Pair< dtype > i, Pair< dtype > j) |