Polymetic
1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
|
#include <list>
#include <memory>
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... | |