graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
DAG2019 Class Reference

#include <dag2019.hpp>

Public Member Functions

 DAG2019 ()
 
size_t num_nodes () const
 
size_t num_edges () const
 

Static Public Member Functions

static DAG2019 from_edgelist (EdgeList &l)
 

Public Attributes

std::vector< IntedgeSrc_
 the node that edge I starts with More...
 
std::vector< IntedgeDst_
 the node that edge I ends with More...
 
std::vector< Intnodes_
 where node i's edges start in edgeSrc and edgeDst More...
 

Detailed Description

A CSR with additional edge source vector

Constructor & Destructor Documentation

◆ DAG2019()

DAG2019::DAG2019 ( )
inline

Member Function Documentation

◆ from_edgelist()

DAG2019 DAG2019::from_edgelist ( EdgeList l)
static

◆ num_edges()

size_t DAG2019::num_edges ( ) const
inline

◆ num_nodes()

size_t DAG2019::num_nodes ( ) const
inline

Member Data Documentation

◆ edgeDst_

std::vector<Int> DAG2019::edgeDst_

the node that edge I ends with

◆ edgeSrc_

std::vector<Int> DAG2019::edgeSrc_

the node that edge I starts with

◆ nodes_

std::vector<Int> DAG2019::nodes_

where node i's edges start in edgeSrc and edgeDst


The documentation for this class was generated from the following files: