Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
sym_seq_scl.cxx File Reference
#include "../shared/iter_tsr.h"
#include "../shared/util.h"
#include <limits.h>
#include "sym_seq_scl.h"
#include "scaling.h"
#include "../interface/idx_tensor.h"
Include dependency graph for sym_seq_scl.cxx:

Go to the source code of this file.

Namespaces

 CTF_int
 

Functions

void CTF_int::inv_idx (int order_A, int const *idx_A, int *order_tot, int **idx_arr)
 invert index map More...
 
int CTF_int::sym_seq_scl_ref (char const *alpha, char *A, algstrct const *sr_A, int order_A, int const *edge_len_A, int const *sym_A, int const *idx_map_A)
 performs symmetric scaling using algstrct const * sr_A More...
 
int CTF_int::sym_seq_scl_cust (char const *alpha, char *A, algstrct const *sr_A, int const order_A, int const *edge_len_A, int const *sym_A, int const *idx_map_A, endomorphism const *func)
 performs symmetric scaling using custom func More...