Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
#include <ctf.hpp>
Go to the source code of this file.
Functions | |
int | parity (char const *a, char const *b, char const *c, int len_A, int len_B) |
int | parity (char const *a, char const *c, int len_A, int len_C) |
double | sign (int par) |
void | get_rand_as_tsr (Tensor<> &tsr, int seed) |
bool | check_asym (Tensor<> &tsr) |
bool | check_sym (Tensor<> tsr) |
int64_t | fact (int64_t n) |
int64_t | choose (int64_t n, int64_t k) |
int64_t | chchoose (int64_t n, int64_t k) |
void | chi (char const *idx, int idx_len, int p_len, int q_len, int *npair, char ***idx_p, char ***idx_q) |
void | chi (char const *idx, int idx_len, int p_len, int *npair, char ***idx_p) |
int | fast_tensor_ctr (int n, int s, int t, int v, World &ctf) |
char * | getCmdOption (char **begin, char **end, const std::string &option) |
int | main (int argc, char **argv) |