|
Givaro
|
#include <iostream>#include <stdlib.h>#include <givaro/givpoly1.h>#include <givaro/givrational.h>#include <givaro/givtimer.h>#include <givaro/givinit.h>Typedefs | |
| typedef Poly1Dom< RationalDom, Dense >::Element | RatPoly |
| typedef std::vector< double > | DoublePoly |
Functions | |
| std::ostream & | operator<< (std::ostream &o, const RatPoly &v) |
| std::ostream & | operator<< (std::ostream &o, const DoublePoly &v) |
| int | main (int argc, char **argv) |
| typedef Poly1Dom< RationalDom, Dense>::Element RatPoly |
| typedef std::vector<double> DoublePoly |
| std::ostream& operator<< | ( | std::ostream & | o, |
| const RatPoly & | v | ||
| ) |
| std::ostream& operator<< | ( | std::ostream & | o, |
| const DoublePoly & | v | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
1.7.4