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

Function Variable

factory/variable.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 Variable( char name );
41 Variable( int l, char name );
42 Variable( const Variable & v ) : _level(v._level) {}
43 ~Variable() {};
44 Variable& operator= ( const Variable & v )
45 {

Callers 15

appendSwapFunction · 0.85
swapFunction · 0.85
appendSwapDecompressFunction · 0.85
liftingBoundsFunction · 0.85
shift2ZeroFunction · 0.85
reverseShiftFunction · 0.85
isOnlyLeadingCoeffFunction · 0.85
myGetVarsFunction · 0.85
PUtilVarMethod · 0.85
getBiTerms_helperFunction · 0.85
getBiTermsFunction · 0.85
stripFunction · 0.85

Calls

no outgoing calls

Tested by 1

test2Function · 0.68