#include <stdlib.h>
#include <iostream>
#include <string>
#include <iterator>
#include <cassert>
#include <realroot/array.hpp>
Go to the source code of this file.
|
template<class E > |
dynamic_exp< E >::degree_t | mmx::degree (const dynamic_exp< E > &t) |
|
template<class E > |
std::ostream & | mmx::operator<< (std::ostream &os, const dynamic_exp< E > &t) |
|
template<class E > |
int | mmx::lvar (const dynamic_exp< E > &A) |
|
template<class E > |
void | mmx::erase (dynamic_exp< E > &A) |
|
template<class E > |
void | mmx::add (dynamic_exp< E > &r, const dynamic_exp< E > &A, const dynamic_exp< E > &B) |
|