Go to the source code of this file.
|
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...
|
|