![]() |
Polymetic
1.1
A c++ library for polynomial and matrix arithmetic, focused on applications in Kinematics.
|

Files | |
| file | Polynomial_testutils.ipp [code] |
| Header for the utility functions like == operator for polynomials. | |
| file | Test_Matrix_Operations.cpp [code] |
| Contains the tests for the matrix class with polynomial entries and arithmetic operations on that. | |
| file | Test_MatrixAlgorithms_double.cpp [code] |
| Contains the tests for the external/user defined functions like exp(), det(), etc,. on Matrix with double entries. | |
| file | Test_MatrixAlgorithms_polynomial_double.cpp [code] |
| file | Test_Polynomial.cpp [code] |
| Contains the tests for the class Polynomial with field type as "double". | |
| file | Test_Polynomial_gmpz.cpp [code] |
| Contains the tests for the class Polynomial with field type as "mpz_class" which is the integer class from GMP. | |