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

Method tryInvert

factory/int_cf.cc:185–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185InternalCF*
186InternalCF::tryInvert ( const CanonicalForm&, bool&)
187{
188 ASSERT1( 0, "tryInvert() not implemented for class %s", this->classname() );
189 return 0;
190}
191
192bool
193InternalCF::tryDivremsamet ( InternalCF*, InternalCF*&, InternalCF*&, const CanonicalForm&, bool&)

Callers

nothing calls this directly

Calls 1

classnameMethod · 0.45

Tested by

no test coverage detected