Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
sym_seq_scl.h File Reference
Include dependency graph for sym_seq_scl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CTF_int::endomorphism
 untyped internal class for singly-typed single variable function (Endomorphism) More...
 

Namespaces

 CTF_int
 

Functions

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...
 
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...
 
void CTF_int::inv_idx (int order_A, int const *idx_A, int *order_tot, int **idx_arr)
 invert index map More...