![]() |
My Project
|
#include <npolygon.h>
Public Member Functions | |
| newtonPolygon () | |
| newtonPolygon (const newtonPolygon &) | |
| newtonPolygon (poly, const ring r) | |
| ~newtonPolygon () | |
| newtonPolygon & | operator= (const newtonPolygon &) |
| void | copy_new (int) |
| void | copy_delete (void) |
| void | copy_zero (void) |
| void | copy_shallow (newtonPolygon &) |
| void | copy_deep (const newtonPolygon &) |
| void | add_linearForm (const linearForm &) |
| Rational | weight (poly, const ring r) const |
| Rational | weight_shift (poly, const ring r) const |
| Rational | weight1 (poly, const ring r) const |
| Rational | weight_shift1 (poly, const ring r) const |
Private Attributes | |
| linearForm * | l |
| int | N |
Definition at line 61 of file npolygon.h.
|
inline |
Definition at line 165 of file npolygon.h.
| newtonPolygon::newtonPolygon | ( | const newtonPolygon & | np | ) |
Definition at line 367 of file npolygon.cc.
| newtonPolygon::newtonPolygon | ( | poly | f, |
| const ring | r ) |
Definition at line 397 of file npolygon.cc.
| newtonPolygon::~newtonPolygon | ( | ) |
Definition at line 376 of file npolygon.cc.
| void newtonPolygon::add_linearForm | ( | const linearForm & | l0 | ) |
Definition at line 525 of file npolygon.cc.
| void newtonPolygon::copy_deep | ( | const newtonPolygon & | np | ) |
| void newtonPolygon::copy_delete | ( | void | ) |
| void newtonPolygon::copy_new | ( | int | k | ) |
Definition at line 296 of file npolygon.cc.
|
inline |
|
inline |
Definition at line 144 of file npolygon.h.
| newtonPolygon & newtonPolygon::operator= | ( | const newtonPolygon & | np | ) |
Definition at line 385 of file npolygon.cc.
|
private |
Definition at line 66 of file npolygon.h.
|
private |
Definition at line 67 of file npolygon.h.