List of all items
Structs
- advanced::AdvancedConfig
- advanced::AdvancedProcessor
- advanced::AdvancedStats
- advanced::AlgorithmMetrics
- advanced::GPUAccelerationContext
- advanced::NeuralRLAgent
- advanced::NeuromorphicProcessor
- advanced::SimplePerformanceMonitor
- advanced::SimplePerformanceReport
- algorithms::coloring::ChromaticBounds
- algorithms::coloring::EdgeColoring
- algorithms::coloring::GraphColoring
- algorithms::coloring::ListColoring
- algorithms::community::girvan_newman::DendrogramLevel
- algorithms::community::girvan_newman::GirvanNewmanConfig
- algorithms::community::girvan_newman::GirvanNewmanResult
- algorithms::community::infomap::InfomapResult
- algorithms::community::types::CommunityResult
- algorithms::community::types::CommunityStructure
- algorithms::connectivity::BipartiteResult
- algorithms::flow::CostEdge
- algorithms::flow::HopcroftKarpResult
- algorithms::flow::MaxFlowResult
- algorithms::flow::MinCostFlowResult
- algorithms::flow::MultiCommodityFlowResult
- algorithms::hypergraph::HypergraphCut
- algorithms::hypergraph::MinimalTransversal
- algorithms::matching::BipartiteMatching
- algorithms::matching::MaximumMatching
- algorithms::motifs::FrequentPattern
- algorithms::motifs::GraphletDDResult
- algorithms::motifs::GraphletDegreeVector
- algorithms::motifs::VF2Result
- algorithms::motifs::WLKernelResult
- algorithms::random_walk::BatchRandomWalker
- algorithms::shortest_path::AStarResult
- algorithms::shortest_path::Path
- attributes::AttributeSummary
- attributes::AttributeView
- attributes::AttributedDiGraph
- attributes::AttributedGraph
- base::BipartiteGraph
- base::DiGraph
- base::Hyperedge
- base::Hypergraph
- base::MultiDiGraph
- base::MultiGraph
- base::graph::Graph
- base::types::Edge
- compressed::AdjacencyList
- compressed::CsrGraph
- compressed::CsrGraphBuilder
- compressed::NeighborIter
- embeddings::core::Embedding
- embeddings::core::EmbeddingModel
- embeddings::deepwalk::DeepWalk
- embeddings::line::LINE
- embeddings::line::LINEConfig
- embeddings::negative_sampling::NegativeSampler
- embeddings::node2vec::Node2Vec
- embeddings::random_walk::RandomWalkGenerator
- embeddings::spectral_embedding::SpectralEmbedding
- embeddings::spectral_embedding::SpectralEmbeddingConfig
- embeddings::types::ContextPair
- embeddings::types::DeepWalkConfig
- embeddings::types::Node2VecConfig
- embeddings::types::OptimizationConfig
- embeddings::types::OptimizerState
- embeddings::types::RandomWalk
- embeddings::types::TrainingMetrics
- error::ErrorContext
- generators::advanced::LfrParams
- generators::temporal::TemporalWalk
- graph_memory_profiler::AdvancedMemoryProfiler
- graph_memory_profiler::AllocationEfficiencyAnalysis
- graph_memory_profiler::AllocationPattern
- graph_memory_profiler::EfficiencyAnalysis
- graph_memory_profiler::MemoryExecutionProfile
- graph_memory_profiler::MemoryProfile
- graph_memory_profiler::MemoryProfilerConfig
- graph_memory_profiler::MemoryStats
- graph_memory_profiler::MemoryUsageReport
- graph_memory_profiler::OptimizationOpportunity
- io::json::JsonEdge
- io::json::JsonGraph
- io::json::JsonNode
- io::matrix_market::MatrixMarketHeader
- layout::Position
- link_prediction::LinkPredictionConfig
- link_prediction::LinkPredictionEval
- link_prediction::LinkScore
- measures::HitsScores
- memory::AdvancedMemoryAnalyzer
- memory::FragmentationReport
- memory::MemoryMetrics
- memory::MemoryProfiler
- memory::MemorySample
- memory::MemoryStats
- memory::OptimizationSuggestions
- memory::OptimizedGraphBuilder
- memory::RealTimeMemoryProfiler
- memory::compact::BitPackedGraph
- memory::compact::CSRGraph
- memory::compact::CompressedAdjacencyList
- memory::compact::MemmapGraph
- numerical_accuracy_validation::AccuracyAnalysis
- numerical_accuracy_validation::AdvancedNumericalValidator
- numerical_accuracy_validation::PerformanceAnalysis
- numerical_accuracy_validation::ValidationConfig
- numerical_accuracy_validation::ValidationMetrics
- numerical_accuracy_validation::ValidationReport
- numerical_accuracy_validation::ValidationResult
- numerical_accuracy_validation::ValidationSummary
- numerical_accuracy_validation::ValidationTestCase
- numerical_accuracy_validation::ValidationTolerances
- parallel_algorithms::BfsResult
- parallel_algorithms::ComponentsResult
- parallel_algorithms::PageRankConfig
- parallel_algorithms::PageRankResult
- parallel_algorithms::TriangleCountResult
- performance::LargeGraphIterator
- performance::LazyGraphMetric
- performance::MemoryMetrics
- performance::ParallelConfig
- performance::PerformanceMonitor
- performance::PerformanceReport
- performance::RealTimeMemoryProfiler
- performance::StreamingGraphProcessor
- simd_ops::SimdAdjacency
- simd_ops::SimdBetweenness
- simd_ops::SimdGraphUtils
- simd_ops::SimdPageRank
- simd_ops::SimdSpectral
- simd_ops::SimdTraversal
- streaming::DegreeDistribution
- streaming::DoulionTriangleCounter
- streaming::MascotTriangleCounter
- streaming::MemoryBoundedConfig
- streaming::MemoryBoundedProcessor
- streaming::SlidingWindowGraph
- streaming::StreamEdge
- streaming::StreamEvent
- streaming::StreamingGraph
- streaming::TriangleCounterStats
- temporal::community::DynamicCommunity
- temporal::graph::TemporalEdge
- temporal::graph::TemporalGraph
- temporal::motifs::TemporalMotifCounts
- temporal_graph::TemporalEdge
- temporal_graph::TemporalGraph
- temporal_interval::TemporalEdge
- temporal_interval::TemporalGraph
- temporal_interval::TemporalPath
- temporal_interval::TimeInstant
- temporal_interval::TimeInterval
- weighted::MultiWeight
- weighted::WeightStatistics
Enums
- advanced::ExplorationStrategy
- algorithms::coloring::ColoringOrder
- algorithms::motifs::MotifType
- algorithms::paths::EulerianType
- attributes::AttributeValue
- embeddings::deepwalk::DeepWalkMode
- embeddings::line::LINEOrder
- embeddings::spectral_embedding::SpectralLaplacianType
- embeddings::types::LearningRateSchedule
- embeddings::types::NegativeSamplingStrategy
- error::GraphError
- graph_memory_profiler::OptimizationType
- io::GraphFormat
- measures::CentralityType
- memory::compact::HybridGraph
- numerical_accuracy_validation::AlgorithmOutput
- numerical_accuracy_validation::GraphGenerator
- numerical_accuracy_validation::ValidationAlgorithm
- spectral::LaplacianType
- streaming::EvictionStrategy
- streaming::StreamOp
- weighted::NormalizationMethod
- weighted::WeightTransform
Traits
- IndexType
- base::IndexType
- base::graph::IndexType
- base::types::EdgeWeight
- base::types::Node
- performance::LargeGraphOps
- weighted::WeightedOps
Functions
- advanced::create_adaptive_advanced_processor
- advanced::create_advanced_processor
- advanced::create_enhanced_advanced_processor
- advanced::create_large_graph_advanced_processor
- advanced::create_memory_efficient_advanced_processor
- advanced::create_performance_advanced_processor
- advanced::create_realtime_advanced_processor
- advanced::execute_with_advanced
- advanced::execute_with_enhanced_advanced
- algorithms::betweenness_centrality
- algorithms::closeness_centrality
- algorithms::coloring::chromatic_bounds
- algorithms::coloring::chromatic_number
- algorithms::coloring::dsatur_coloring
- algorithms::coloring::edge_coloring
- algorithms::coloring::greedy_coloring
- algorithms::coloring::greedy_coloring_with_order
- algorithms::coloring::list_coloring
- algorithms::coloring::verify_coloring
- algorithms::coloring::welsh_powell
- algorithms::community::fluid::fluid_communities
- algorithms::community::fluid::fluid_communities_result
- algorithms::community::girvan_newman::girvan_newman_communities_result
- algorithms::community::girvan_newman::girvan_newman_result
- algorithms::community::hierarchical::hierarchical_communities
- algorithms::community::hierarchical::hierarchical_communities_result
- algorithms::community::infomap::infomap_communities
- algorithms::community::label_propagation::label_propagation
- algorithms::community::label_propagation::label_propagation_result
- algorithms::community::louvain::calculate_modularity
- algorithms::community::louvain::louvain_communities
- algorithms::community::louvain::louvain_communities_result
- algorithms::community::modularity::greedy_modularity_optimization
- algorithms::community::modularity::greedy_modularity_optimization_result
- algorithms::community::modularity::modularity
- algorithms::community::modularity::modularity_optimization
- algorithms::community::modularity::modularity_optimization_result
- algorithms::community::parallel::parallel_label_propagation_result
- algorithms::community::parallel::parallel_louvain_communities
- algorithms::community::parallel::parallel_louvain_communities_result
- algorithms::community::parallel::parallel_modularity
- algorithms::connectivity::articulation_points
- algorithms::connectivity::bridges
- algorithms::connectivity::connected_components
- algorithms::connectivity::is_bipartite
- algorithms::connectivity::strongly_connected_components
- algorithms::connectivity::weakly_connected_components
- algorithms::decomposition::k_core_decomposition
- algorithms::eigenvector_centrality
- algorithms::flow::capacity_scaling_max_flow
- algorithms::flow::dinic_max_flow
- algorithms::flow::dinic_max_flow_full
- algorithms::flow::edmonds_karp_max_flow
- algorithms::flow::ford_fulkerson_max_flow
- algorithms::flow::hopcroft_karp
- algorithms::flow::isap_max_flow
- algorithms::flow::min_cost_max_flow
- algorithms::flow::min_cost_max_flow_graph
- algorithms::flow::minimum_cut
- algorithms::flow::minimum_st_cut
- algorithms::flow::multi_commodity_flow
- algorithms::flow::multi_source_multi_sink_max_flow
- algorithms::flow::parallel_max_flow
- algorithms::flow::push_relabel_max_flow
- algorithms::flow::push_relabel_max_flow_full
- algorithms::hypergraph::hyperedge_connectivity
- algorithms::hypergraph::hypergraph_connected_components
- algorithms::hypergraph::hypergraph_diameter
- algorithms::hypergraph::hypergraph_distance
- algorithms::hypergraph::ishypergraph_connected
- algorithms::hypergraph::minimal_transversals
- algorithms::hypergraph::minimum_vertex_cut
- algorithms::isomorphism::are_graphs_isomorphic
- algorithms::isomorphism::are_graphs_isomorphic_enhanced
- algorithms::isomorphism::find_isomorphism
- algorithms::isomorphism::find_isomorphism_vf2
- algorithms::isomorphism::find_subgraph_matches
- algorithms::matching::maximal_matching
- algorithms::matching::maximum_bipartite_matching
- algorithms::matching::maximum_cardinality_matching
- algorithms::matching::minimum_weight_bipartite_matching
- algorithms::matching::stable_marriage
- algorithms::minimum_spanning_tree
- algorithms::motifs::count_3node_motifs
- algorithms::motifs::count_4node_motifs
- algorithms::motifs::count_motif_frequencies
- algorithms::motifs::find_motifs
- algorithms::motifs::frequent_subgraph_mining
- algorithms::motifs::graphlet_degree_distribution
- algorithms::motifs::sample_motif_frequencies
- algorithms::motifs::vf2_subgraph_isomorphism
- algorithms::motifs::wl_subtree_kernel
- algorithms::pagerank
- algorithms::paths::eulerian_type
- algorithms::paths::has_hamiltonian_circuit
- algorithms::paths::has_hamiltonian_path
- algorithms::properties::center_nodes
- algorithms::properties::diameter
- algorithms::properties::radius
- algorithms::random_walk::node2vec_walk
- algorithms::random_walk::parallel_node2vec_walks
- algorithms::random_walk::parallel_random_walks
- algorithms::random_walk::personalized_pagerank
- algorithms::random_walk::random_walk
- algorithms::random_walk::simd_random_walk_with_restart
- algorithms::random_walk::transition_matrix
- algorithms::shortest_path::astar_search
- algorithms::shortest_path::astar_search_digraph
- algorithms::shortest_path::dijkstra_path
- algorithms::shortest_path::dijkstra_path_digraph
- algorithms::shortest_path::floyd_warshall
- algorithms::shortest_path::floyd_warshall_digraph
- algorithms::shortest_path::k_shortest_paths
- algorithms::shortest_path::shortest_path
- algorithms::shortest_path::shortest_path_digraph
- algorithms::similarity::cosine_similarity
- algorithms::similarity::graph_edit_distance
- algorithms::similarity::jaccard_similarity
- algorithms::topological_sort
- algorithms::transformations::cartesian_product
- algorithms::transformations::complement
- algorithms::transformations::edge_subgraph
- algorithms::transformations::line_digraph
- algorithms::transformations::line_graph
- algorithms::transformations::subdigraph
- algorithms::transformations::subgraph
- algorithms::transformations::tensor_product
- algorithms::transformations::weight_filtered_subgraph
- algorithms::traversal::bidirectional_search
- algorithms::traversal::bidirectional_search_digraph
- algorithms::traversal::breadth_first_search
- algorithms::traversal::breadth_first_search_digraph
- algorithms::traversal::depth_first_search
- algorithms::traversal::depth_first_search_digraph
- algorithms::traversal::priority_first_search
- algorithms::traversal::priority_first_search_digraph
- generators::advanced::forest_fire
- generators::advanced::lfr_benchmark
- generators::barabasi_albert_graph
- generators::complete_graph
- generators::configuration_model
- generators::create_digraph
- generators::create_graph
- generators::cycle_graph
- generators::erdos_renyi_graph
- generators::forest_graph
- generators::grid_2d_graph
- generators::grid_3d_graph
- generators::hexagonal_lattice_graph
- generators::path_graph
- generators::planted_partition_model
- generators::power_law_cluster_graph
- generators::random_geometric_graph
- generators::random_graphs::barabasi_albert
- generators::random_graphs::chung_lu
- generators::random_graphs::erdos_renyi_g_nm
- generators::random_graphs::erdos_renyi_g_np
- generators::random_graphs::hyperbolic_random_graph
- generators::random_graphs::kronecker_graph
- generators::random_graphs::random_regular
- generators::random_graphs::watts_strogatz
- generators::random_spanning_tree
- generators::simple_configuration_model
- generators::star_graph
- generators::stochastic_block_model
- generators::temporal::temporal_barabasi_albert
- generators::temporal::temporal_random_walk
- generators::tree_graph
- generators::triangular_lattice_graph
- generators::two_community_sbm
- generators::watts_strogatz_graph
- graph_memory_profiler::create_extreme_stress_memory_profiler
- graph_memory_profiler::create_large_graph_memory_profiler
- graph_memory_profiler::create_memory_profiler
- graph_memory_profiler::generate_profiled_large_graph
- graph_memory_profiler::profile_comprehensive_stress_test
- graph_memory_profiler::run_memory_stress_tests
- io::adjacency_list::read_adjacency_list_format
- io::adjacency_list::read_adjacency_list_format_digraph
- io::adjacency_list::write_adjacency_list_format
- io::adjacency_list::write_adjacency_list_format_digraph
- io::dot::read_dot_format
- io::dot::read_dot_format_digraph
- io::dot::write_dot_format
- io::dot::write_dot_format_digraph
- io::edge_list::read_edge_list_format
- io::edge_list::read_edge_list_format_digraph
- io::edge_list::write_edge_list_format
- io::edge_list::write_edge_list_format_digraph
- io::gml::read_gml_format
- io::gml::read_gml_format_digraph
- io::gml::write_gml_format
- io::gml::write_gml_format_digraph
- io::graphml::read_graphml_format
- io::graphml::read_graphml_format_digraph
- io::graphml::write_graphml_format
- io::graphml::write_graphml_format_digraph
- io::json::read_json_format
- io::json::read_json_format_digraph
- io::json::write_json_format
- io::json::write_json_format_digraph
- io::matrix_market::read_matrix_market_format
- io::matrix_market::read_matrix_market_format_digraph
- io::matrix_market::write_matrix_market_format
- io::matrix_market::write_matrix_market_format_digraph
- io::read_digraph
- io::read_graph
- io::write_digraph
- io::write_graph
- layout::circular_layout
- layout::hierarchical_layout
- layout::spectral_layout
- layout::spring_layout
- link_prediction::adamic_adar_all
- link_prediction::adamic_adar_index
- link_prediction::common_neighbors_all
- link_prediction::common_neighbors_score
- link_prediction::compute_auc
- link_prediction::evaluate_link_prediction
- link_prediction::jaccard_coefficient
- link_prediction::jaccard_coefficient_all
- link_prediction::katz_similarity
- link_prediction::katz_similarity_all
- link_prediction::preferential_attachment
- link_prediction::preferential_attachment_all
- link_prediction::resource_allocation_all
- link_prediction::resource_allocation_index
- link_prediction::simrank
- link_prediction::simrank_score
- measures::centrality
- measures::centrality_digraph
- measures::clustering_coefficient
- measures::graph_density
- measures::graph_density_digraph
- measures::hits_algorithm
- measures::katz_centrality
- measures::katz_centrality_digraph
- measures::pagerank_centrality
- measures::pagerank_centrality_digraph
- measures::parallel_pagerank_centrality
- memory::suggest_optimizations
- numerical_accuracy_validation::create_comprehensive_validation_suite
- numerical_accuracy_validation::run_quick_validation
- parallel_algorithms::bfs
- parallel_algorithms::connected_components
- parallel_algorithms::pagerank
- parallel_algorithms::parallel_bfs
- parallel_algorithms::parallel_connected_components
- parallel_algorithms::parallel_pagerank
- parallel_algorithms::parallel_triangle_count
- parallel_algorithms::triangle_count
- performance::cache_friendly_adjacency_matrix
- performance::parallel_degree_computation
- performance::parallel_shortest_paths
- performance::simd_ops::simd_batch_centrality_update
- performance::simd_ops::simd_batch_degree_computation
- performance::simd_ops::simd_cosine_similarity
- performance::simd_ops::simd_dot_product
- performance::simd_ops::simd_euclidean_distance
- performance::simd_ops::simd_normalize
- performance::simd_ops::simd_sparse_matvec
- performance::simd_ops::simd_vector_add
- spectral::algebraic_connectivity
- spectral::laplacian
- spectral::laplacian_digraph
- spectral::normalized_cut
- spectral::parallel_laplacian
- spectral::parallel_spectral_clustering
- spectral::spectral_clustering
- spectral::spectral_radius
- temporal::centrality::temporal_betweenness
- temporal::centrality::temporal_closeness
- temporal::centrality::temporal_pagerank
- temporal::community::evolutionary_clustering
- temporal::motifs::count_temporal_triangles
- temporal::motifs::temporal_motif_count
- temporal_graph::activity_driven_model
- temporal_graph::activity_driven_model_seeded
- temporal_graph::burstiness
- temporal_interval::temporal_betweenness_centrality
- temporal_interval::temporal_reachability
- weighted::utils::merge_weighted_graphs
- weighted::utils::weight_correlation
- weighted::utils::weight_threshold_filter