My Project
|
#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 44 of file tgbgauss.h.
|
inline |
Definition at line 53 of file tgbgauss.h.
number mac_poly_r::coef |
Definition at line 50 of file tgbgauss.h.
int mac_poly_r::exp |
Definition at line 52 of file tgbgauss.h.
mac_poly_r* mac_poly_r::next |
Definition at line 51 of file tgbgauss.h.