Polymetic
1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
|
Files | |
file | gmpsupport.hpp [code] |
The file contains explicit template declarations for gmp types as the template argument for polynomials. | |
file | Matrix.hpp [code] |
Contains typedefs and convinience operators which are wrappers around boost::numeric::ublas::matrix class. | |
file | Matrix.ipp [code] |
Single file which is needed to be included to access all the functionallities associated with Matrix (which right now is boost::numeric::ublas::matrix). | |
file | Matrix_impl.ipp [code] |
Contains implementation of the template functions. | |
file | MatrixAlgorithms.hpp [code] |
Declarations for algorithms that work on Matrices. | |
file | MatrixAlgorithms.ipp [code] |
Single header file which sould be included to access all the user defined algorithms which work on Matrix. | |
file | MatrixAlgorithms_impl.ipp [code] |
Implements the template classes and functions in MatrixAlgorithms.hpp. | |
file | Polynomial.hpp [code] |
file | Polynomial.ipp [code] |
The single header file to include all the functionallities associated with the Polynomial class. | |
file | Polynomial_impl.ipp [code] |
Implementation of Polynomial template class. Does not include implementation of the * operator. | |
file | PolynomialMultiplication.ipp [code] |
file | PolynomialMultiplicationInterface.hpp [code] |
file | PolynomialMultiplicationInterface_impl.ipp [code] |
file | PolynomialMultiplicationSimple.hpp [code] |
file | PolynomialMultiplicationSimple.ipp [code] |
Contains implementation of the template class PolynomialMultiplicationSimple. | |