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

Method get

src/basis_factorization/SparseUnsortedArrays.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149double SparseUnsortedArrays::get( unsigned row, unsigned column ) const
150{
151 return _rows[row]->get( column );
152}
153
154void SparseUnsortedArrays::set( unsigned row, unsigned column, double value )
155{

Callers 1

getColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected