MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getNumEdge

Method getNumEdge

SRC/graph/graph/Graph.cpp:303–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303int
304Graph::getNumEdge(void) const
305{
306 return numEdge;
307}
308
309int
310Graph::getFreeTag(void)

Callers 10

buildCSRPatternMethod · 0.45
buildCSCPatternMethod · 0.45
buildCOOPatternMethod · 0.45
buildCOOPatternMethod · 0.45
buildCSRPatternMethod · 0.45
buildCSCPatternMethod · 0.45
write_element_graphMethod · 0.45
partitionMethod · 0.45
partitionMethod · 0.45
MetisWrapper.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected