MCPcopy Create free account
hub / github.com/Singular/Singular / reset

Method reset

kernel/linear_algebra/Minor.cc:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace std;
12
13void MinorKey::reset()
14{
15 _numberOfRowBlocks = 0;
16 _numberOfColumnBlocks = 0;
17 omfree(_rowKey);
18 _rowKey = NULL;
19 omfree(_columnKey);
20 _columnKey = NULL;
21}
22
23MinorKey::MinorKey (const MinorKey& mk)
24{

Callers 4

copy_on_writeMethod · 0.45
PolyMethod · 0.45
VectorMethod · 0.45
setMinorSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected