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

Function setMipo

factory/variable.cc:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void setMipo ( const Variable & alpha, const CanonicalForm & mipo)
220{
221 ASSERT( alpha.level() < 0 && alpha.level() != LEVELBASE, "illegal extension" );
222 algextensions[-alpha.level()]= ext_entry( 0, false );
223 algextensions[-alpha.level()]= ext_entry((InternalPoly*)(conv2mipo( mipo, alpha ).getval()), true );
224}
225
226bool hasMipo( const Variable & alpha )
227{

Callers 5

modGCDFpFunction · 0.85
monicSparseInterpolFunction · 0.85
nonMonicSparseInterpolFunction · 0.85
sparseGCDFpFunction · 0.85
primitiveElementFunction · 0.85

Calls 4

ext_entryClass · 0.85
conv2mipoFunction · 0.85
levelMethod · 0.45
getvalMethod · 0.45

Tested by

no test coverage detected