My Project
|
#include <splist.h>
Public Member Functions | |
spectrumPolyNode () | |
spectrumPolyNode (spectrumPolyNode *, poly, const Rational &, poly, const ring) | |
~spectrumPolyNode () | |
void | copy_zero (void) |
void | copy_shallow (spectrumPolyNode *, poly, const Rational &, poly, const ring) |
void | copy_shallow (spectrumPolyNode &) |
Data Fields | |
spectrumPolyNode * | next |
poly | mon |
Rational | weight |
poly | nf |
ring | r |
spectrumPolyNode::spectrumPolyNode | ( | ) |
spectrumPolyNode::spectrumPolyNode | ( | spectrumPolyNode * | pnode, |
poly | m, | ||
const Rational & | w, | ||
poly | f, | ||
const ring | R | ||
) |
Definition at line 89 of file splist.cc.
spectrumPolyNode::~spectrumPolyNode | ( | ) |
void spectrumPolyNode::copy_shallow | ( | spectrumPolyNode & | node | ) |
void spectrumPolyNode::copy_shallow | ( | spectrumPolyNode * | pnode, |
poly | m, | ||
const Rational & | w, | ||
poly | f, | ||
const ring | R | ||
) |
void spectrumPolyNode::copy_zero | ( | void | ) |
spectrumPolyNode* spectrumPolyNode::next |