![]() |
#include <tgbgauss.h>
Public Member Functions | |
| mac_poly_r () | |
Public Member Functions inherited from omallocClass | |
| void * | operator new (size_t size) throw (std::bad_alloc) |
| void | operator delete (void *block) throw () |
| void * | operator new[] (size_t size) throw (std::bad_alloc) |
| void | operator delete[] (void *block) throw () |
| void * | operator new (size_t size, const std::nothrow_t &) throw () |
| void * | operator new[] (size_t size, const std::nothrow_t &) throw () |
Data Fields | |
| number | coef |
| mac_poly_r * | next |
| int | exp |
Definition at line 42 of file tgbgauss.h.
|
inline |
Definition at line 48 of file tgbgauss.h.
| number mac_poly_r::coef |
Definition at line 45 of file tgbgauss.h.
| int mac_poly_r::exp |
Definition at line 47 of file tgbgauss.h.
| mac_poly_r* mac_poly_r::next |
Definition at line 46 of file tgbgauss.h.