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

Method addEntry

src/basis_factorization/SparseEtaMatrix.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void SparseEtaMatrix::addEntry( unsigned index, double value )
91{
92 _sparseColumn.append( Entry( index, value ) );
93 if ( index == _columnIndex )
94 _diagonalElement = value;
95}
96
97void SparseEtaMatrix::dumpDenseTransposed() const
98{

Callers 1

updateToAdjacentBasisMethod · 0.80

Calls 2

EntryClass · 0.70
appendMethod · 0.45

Tested by

no test coverage detected