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

Method copyObject

kernel/fglm/fglmvec.cc:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 return --ref_count == 0;
81 }
82 fglmVectorRep *copyObject ()
83 {
84 ref_count++;
85 return this;
86 }
87 int refcount () const
88 {
89 return ref_count;

Callers 15

invertMethod · 0.80
tryInvertMethod · 0.80
addcoeffMethod · 0.80
subcoeffMethod · 0.80
mulcoeffMethod · 0.80
dividecoeffMethod · 0.80
tryDividecoeffMethod · 0.80
divcoeffMethod · 0.80
tryDivcoeffMethod · 0.80
modulocoeffMethod · 0.80
modcoeffMethod · 0.80
divremcoeffMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected