#include <splist.h>
Definition at line 56 of file splist.h.
◆ spectrumPolyList() [1/2]
spectrumPolyList::spectrumPolyList |
( |
| ) |
|
◆ spectrumPolyList() [2/2]
◆ ~spectrumPolyList()
spectrumPolyList::~spectrumPolyList |
( |
| ) |
|
◆ copy_shallow() [1/2]
◆ copy_shallow() [2/2]
◆ copy_zero()
void spectrumPolyList::copy_zero |
( |
void |
| ) |
|
◆ delete_monomial()
void spectrumPolyList::delete_monomial |
( |
poly |
m, |
|
|
const ring |
R |
|
) |
| |
Definition at line 269 of file splist.cc.
282 else if( (*node)->nf!=
NULL )
298 if( (*node)->nf==
NULL )
304 node = &((*node)->next);
309 node = &((*node)->next);
◆ delete_node()
◆ insert_node()
void spectrumPolyList::insert_node |
( |
poly |
m, |
|
|
poly |
f, |
|
|
const ring |
R |
|
) |
| |
Definition at line 184 of file splist.cc.
190 #ifdef SPLIST_IOSTREAM
191 cerr <<
"void spectrumPolyList::insert_node( poly f )" << endl;
192 cerr <<
" no Newton polygon" << endl;
193 cerr <<
" exiting..." << endl;
195 fprintf( stderr,
"void spectrumPolyList::insert_node( poly f )\n" );
196 fprintf( stderr,
" no Newton polygon\n" );
197 fprintf( stderr,
" exiting...\n" );
246 actual->
next = newnode;
◆ np
◆ root
The documentation for this class was generated from the following files: