# Generated by roxygen2: do not edit by hand

export(bari_start)
export(best_matches)
export(center_graph)
export(check_seeds)
export(do_lap)
export(edge_match_info)
export(get_perm)
export(gm_indefinite)
export(graph_match_ExpandWhenStuck)
export(graph_match_FW)
export(graph_match_IsoRank)
export(graph_match_PATH)
export(graph_match_Umeyama)
export(graph_match_convex)
export(graph_match_percolation)
export(init_start)
export(innerproduct)
export(lapjv)
export(lapmod)
export(largest_common_cc)
export(match_plot_igraph)
export(match_plot_matrix)
export(match_report)
export(matched_adjs)
export(matrix_list)
export(pad)
export(rds_from_sim_start)
export(rds_perm_bari_start)
export(rds_sinkhorn_start)
export(row_cor)
export(row_diff)
export(row_perm_stat)
export(rperm)
export(sample_correlated_gnp_pair)
export(sample_correlated_gnp_pair_w_junk)
export(sample_correlated_ieg_pair)
export(sample_correlated_rdpg)
export(sample_correlated_sbm_pair)
export(sample_correlated_sbm_pair_w_junk)
export(split_igraph)
export(splr)
export(splr_sparse_plus_constant)
export(splr_to_sparse)
exportMethods(splr)
import(Matrix)
import(methods)
importClassesFrom(Matrix,sparseMatrix)
importFrom(Rcpp,sourceCpp)
importFrom(igraph,"%s%")
importFrom(igraph,"%u%")
importFrom(igraph,V)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,is.igraph)
importFrom(igraph,sample_gnp)
importFrom(igraph,sample_sbm)
importFrom(stats,cor)
useDynLib(iGraphMatch, .registration = TRUE)
