Theoretica
A C++ numerical and automatic mathematical library
polynomial.h File Reference

Polynomial storage and manipulation. More...

#include <sstream>
#include <ostream>
#include "../core/real_analysis.h"
#include "../algebra/vec.h"
#include "../complex/complex.h"
#include "../complex/complex_analysis.h"

Go to the source code of this file.

Classes

class  theoretica::polynomial< Type >
 A polynomial of arbitrary order. More...
 

Namespaces

 theoretica
 Main namespace of the library which contains all functions and objects.
 

Detailed Description

Polynomial storage and manipulation.