MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / getNnz

Method getNnz

src/basis_factorization/SparseUnsortedArray.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108unsigned SparseUnsortedArray::getNnz() const
109{
110 return _nnz;
111}
112
113bool SparseUnsortedArray::empty() const
114{

Callers 1

initializeFromListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected