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

Method copy

factory/parseutil.cc:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 PUtilCF( const CanonicalForm & cf ) { val = cf; }
51 ~PUtilCF() {}
52 PUtilBase * copy() const { return new PUtilCF( val ); }
53 CanonicalForm getval() const { return val; }
54 int getintval() const { return val.intval(); }
55 bool isInt() const { return false; }

Callers 7

ParseUtilMethod · 0.45
parseutil.ccFile · 0.45
radicalmodpbaseFunction · 0.45
rowhnfFunction · 0.45
multringFunction · 0.45
copy_dictionaryFunction · 0.45
copy_vectorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected