Polymetic  1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
PolynomialMultiplicationInterface.hpp File Reference
#include <list>
#include <memory>
Include dependency graph for PolynomialMultiplicationInterface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Polynomial< FieldT >
 Contains the definition for the abstract base class which will be used by different multiplication algorithms. More...
 
class  PolynomialMultiplicationInterface< FieldT >
 Polynomial and related classes. More...