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

Method set

src/basis_factorization/SparseUnsortedArrays.cpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void SparseUnsortedArrays::set( unsigned row, unsigned column, double value )
155{
156 _rows[row]->set( column, value );
157}
158
159const SparseUnsortedArray *SparseUnsortedArrays::getRow( unsigned row ) const
160{

Callers 1

getColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected