Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getNumVertex
Method
getNumVertex
SRC/graph/graph/Graph.cpp:297–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
296
297
int
298
Graph::getNumVertex(void) const
299
{
300
return myVertices->getNumComponents();
301
}
302
303
int
304
Graph::getNumEdge(void) const
Callers
15
sendSelf
Method · 0.95
recvSelf
Method · 0.95
setSize
Method · 0.45
setSize
Method · 0.45
setSize
Method · 0.45
setSize
Method · 0.45
setSize
Method · 0.45
setSize
Method · 0.45
buildCSRPattern
Method · 0.45
buildCSCPattern
Method · 0.45
setSize
Method · 0.45
buildCOOPattern
Method · 0.45
Calls
1
getNumComponents
Method · 0.45
Tested by
no test coverage detected