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