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