|
Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
#include "set.h"#include "../shared/blas_symbs.h"#include "../shared/mkl_symbs.h"#include "../shared/util.h"
Go to the source code of this file.
Namespaces | |
| CTF_int | |
| CTF | |
Functions | |
| bool | CTF_int::try_mkl_coo_to_csr (int64_t nz, int nrow, char *csr_vs, int *csr_ja, int *csr_ia, char const *coo_vs, int const *coo_rs, int const *coo_cs, int el_size) |
| bool | CTF_int::try_mkl_csr_to_coo (int64_t nz, int nrow, char const *csr_vs, int const *csr_ja, int const *csr_ia, char *coo_vs, int *coo_rs, int *coo_cs, int el_size) |
Variables | |
| MPI_Datatype | CTF_int::MPI_CTF_BOOL = MPI_CXX_BOOL |
| MPI_Datatype | CTF_int::MPI_CTF_LONG_DOUBLE_COMPLEX = MPI_CXX_LONG_DOUBLE_COMPLEX |