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

Method init

kernel/numeric/mpr_base.cc:2004–2009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2002{
2003public:
2004 void init()
2005 {
2006 isReduced = FALSE;
2007 elementOfS = SFREE;
2008 mon = NULL;
2009 }
2010 void init( const poly m )
2011 {
2012 isReduced = FALSE;

Callers 2

generateMonomsMethod · 0.45
generateMonomDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected