[][src]Module flag_algebra::density

Computing coefficients of a flag algebra operator.

Functions

count_split

Returns the number of split partitions of g with intersection [type_size] inducing f1 and f2.

count_split_tabulate

Returns a vector m of length g_vec.len() of f1_vec.len()xf2_vec.len() matrices such that m[i][j,k] is equal to count_split(type_size, f1_vec[j], f2_vec[k], g_vec[i]).

count_subflag_tabulate

Returns a matrix m where m[i,j] is equal to count_subflags(type_size, f_vec[i], g_vec[j]).

count_subflags

Returns the number of induced subflags of g isomorphic to f, considered with type of size type_size.

unlabeling_count_tabulate

Returns a vector t where t[i] is the number of ways to relabel input_vec[i] while keeping the same (labeled) flag.

unlabeling_tabulate

Returns a vector t where t[i] is the index of the unlabeled version of input_vec[i].