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

Method set

src/basis_factorization/SparseUnsortedLists.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void SparseUnsortedLists::set( unsigned row, unsigned column, double value )
132{
133 _rows[row]->set( column, value );
134}
135
136const SparseUnsortedList *SparseUnsortedLists::getRow( unsigned row ) const
137{

Callers 1

getColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected