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

Method addEmptyColumn

src/basis_factorization/CSRMatrix.cpp:520–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void CSRMatrix::addEmptyColumn()
521{
522 ++_n;
523}
524
525unsigned CSRMatrix::getNnz() const
526{

Callers 1

addEquationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected