C.Elegans               Chemical synapses and electrical synapses
                        networks of roundworm
Enron                   Email communication networks of Enron
                        Corporation
bari_start              Start matrix initialization
best_matches            Choose best matches
center_graph            Center adjacency matrix
check_seeds             Standardize seeds input data type
do_lap                  Linear (sum) assignment problem
get_perm                Get Permutation
graph_match_ExpandWhenStuck
                        Percolation Graph Matching Methods
graph_match_IsoRank     Spectral Graph Matching Methods: IsoRank
                        Algorithm
graph_match_Umeyama     Spectral Graph Matching Methods: Umeyama
                        Algorithm
graph_match_convex      Frank-Wolfe Graph Matching Methods
init_start              Initialization of the start matrix
innerproduct            Matrix inner products
lapjv                   Solves the linear assignment problem using the
                        Jonker-Vogenant algorithm
lapmod                  Solves the linear assignment problem using the
                        LAPMOD algorithm
largest_common_cc       Find the largest common connected
                        subgraph(LCCS)
match_plot_igraph       Plotting methods for visualizing matches
match_report            Matching performance summary
matched_adjs            document
pad                     Pad a matrix object with extra rows/columns of
                        0s.
row_cor                 Measure functions
rperm                   Sample random permutation matrix
sample_correlated_gnp_pair
                        Sample correlated G(n,p) random graphs
sample_correlated_ieg_pair
                        Sample graphs from edge probability matrix and
                        correlation matrix
sample_correlated_sbm_pair
                        Sample graphs pair from stochastic block model
split_igraph            Split an 'igraph' object into aligned graphs by
                        attribute
splrMatrix-class        Sparse Plus Low-Rank Matrices
splr_sparse_plus_constant
                        Add a constant to a splrMatrix object
splr_to_sparse          Convert splr 'Matrix' to Sparse
