#include <iostream>
#include <stdio.h>
#include <realroot/polynomial.hpp>
Go to the source code of this file.
|
| mmx |
|
| mmx::xml |
| Namespace for parsing and printing in xml format.
|
|
|
template<class OSTREAM , typename X > |
OSTREAM & | mmx::xml::print (OSTREAM &os, const X &x, const char *tag) |
|
template<class ISTREAM > |
bool | mmx::xml::skip (ISTREAM &is, const char *s) |
|
template<class ISTREAM , typename C , typename R > |
bool | mmx::xml::read (ISTREAM &is, polynomial< C, R > &p, variables &V) |
| Read a polynomial, enclosed in polynomial tags. More...
|
|
template<class ISTREAM > |
bool | mmx::xml::sread (ISTREAM &is, std::string &s) |
| Read a polynomial as a string, enclosed in polynomial tags. More...
|
|
#define begin_polynomial "<polynomial" |
#define end_polynomial "</polynomial>" |