Definition at line 20 of file tinyexp.h.
Public Types | |
| typedef E | exponent_t |
| typedef int | degree_t |
| typedef tinyexp< X, N, E > | self_t |
Public Member Functions | |
| tinyexp () | |
| tinyexp (const tinyexp< X, N, E > &d) | |
| tinyexp (int s, E *t) | |
| ~tinyexp () | |
| E | operator[] (int i) const |
| tinyexp & | operator= (const tinyexp &A) |
| self_t & | operator+= (const tinyexp< X, N, E > &B) |
| void | reserve (int d) |
| self_t | setExponent (int i, int d) |
Public Attributes | |
| E * | tab |
Friends | |
| bool | operator== (const tinyexp &A, const tinyexp &B) |
![]() |