Home
last modified time | relevance | path

Searched defs:IGRAPH_TO (Results 1 – 2 of 2) sorted by relevance

/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_interface.h102 #define IGRAPH_TO(graph,eid) ((igraph_integer_t)(VECTOR((graph)->to) [(long int)(eid)])) macro
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_interface.h103 #define IGRAPH_TO(graph,eid) ((igraph_integer_t)(VECTOR((graph)->to) [(long int)(eid)])) macro