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

Method get

src/basis_factorization/SparseUnsortedLists.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126double SparseUnsortedLists::get( unsigned row, unsigned column ) const
127{
128 return _rows[row]->get( column );
129}
130
131void SparseUnsortedLists::set( unsigned row, unsigned column, double value )
132{

Callers 1

getColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected