#include <iostream>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
|
| template<char X, class E > |
| dynamicexp< X, E >::degree_t | Degree (const dynamicexp< X, E > &t) |
| |
| template<char X, class E > |
| std::ostream & | operator<< (std::ostream &os, const dynamicexp< X, E > &t) |
| |
| template<char X, class E > |
| void | build (dynamicexp< X, E > &A, int s, E *tab) |
| |
| template<char X, class E > |
| void | SDegree (dynamicexp< X, E > &A, int i, int d) |
| |
| template<char X, class E > |
| int | lvar (const dynamicexp< X, E > &A) |
| |
| template<char X, class E > |
| void | erase (dynamicexp< X, E > &A) |
| |
| template<char X, class E > |
| void | add (dynamicexp< X, E > &r, const dynamicexp< X, E > &A, const dynamicexp< X, E > &B) |
| |
template<char X, class E >
template<char X, class E >
template<char X, class E >
template<char X, class E >
template<char X, class E >
template<char X, class E >
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const dynamicexp< X, E > & |
t |
|
) |
| |
template<char X, class E >