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

Method newpair

factory/cf_map.cc:119–123  ·  view source on GitHub ↗

void CFMap::newpair ( const Variable & v, const CanonicalForm & s ) * * CFMap::newpair() - insert a MapPair into a CFMap. * **/

Source from the content-addressed store, hash-verified

117 *
118**/
119void
120CFMap::newpair ( const Variable & v, const CanonicalForm & s )
121{
122 P.insert( MapPair( v, s ), cmpfunc, insfunc );
123}
124
125/** static CanonicalForm subsrec ( const CanonicalForm & f, const MPListIterator & i )
126 *

Callers 9

getBiTermsFunction · 0.80
myCompressFunction · 0.80
compress4EZGCDFunction · 0.80
optimize4LiftFunction · 0.80
myCompressFunction · 0.80
SteelTragerFunction · 0.80
myCompressFunction · 0.80
compressFunction · 0.80
myCompressFunction · 0.80

Calls 2

MapPairClass · 0.85
insertMethod · 0.45

Tested by

no test coverage detected