# Generated by roxygen2: do not edit by hand

S3method(as.character,graphMatch)
S3method(summary,graphMatch)
export(as.graphMatch)
export(best_matches)
export(center_graph)
export(check_graph)
export(check_seeds)
export(do_lap)
export(get_perm_mat)
export(gm)
export(graphMatch)
export(init_start)
export(innerproduct)
export(largest_cc)
export(largest_common_cc)
export(matrix_list)
export(pad)
export(sample_correlated_gnp_pair)
export(sample_correlated_ieg_pair)
export(sample_correlated_rdpg_pair)
export(sample_correlated_sbm_pair)
export(split_igraph)
export(splr)
export(splr_sparse_plus_constant)
export(splr_to_sparse)
exportMethods(as.data.frame)
exportMethods(plot)
exportMethods(splr)
exportMethods(t)
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)
useDynLib(iGraphMatch, .registration = TRUE)
