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
File List
Here is a list of all files with brief descriptions:
[detail level 12]
o-include
|o*gmpsupport.hppThe file contains explicit template declarations for gmp types as the template argument for polynomials
|o*Matrix.hppContains typedefs and convinience operators which are wrappers around boost::numeric::ublas::matrix class
|o*Matrix.ippSingle file which is needed to be included to access all the functionallities associated with Matrix (which right now is boost::numeric::ublas::matrix)
|o*Matrix_impl.ippContains implementation of the template functions
|o*MatrixAlgorithms.hppDeclarations for algorithms that work on Matrices
|o*MatrixAlgorithms.ippSingle header file which sould be included to access all the user defined algorithms which work on Matrix
|o*MatrixAlgorithms_impl.ippImplements the template classes and functions in MatrixAlgorithms.hpp
|o*Polynomial.hpp
|o*Polynomial.ippThe single header file to include all the functionallities associated with the Polynomial class
|o*Polynomial_impl.ippImplementation of Polynomial template class. Does not include implementation of the * operator
|o*PolynomialMultiplication.ipp
|o*PolynomialMultiplicationInterface.hpp
|o*PolynomialMultiplicationInterface_impl.ipp
|o*PolynomialMultiplicationSimple.hpp
|\*PolynomialMultiplicationSimple.ippContains implementation of the template class PolynomialMultiplicationSimple
o-src
|o*boost_matrix.cpp
|o*demo.cpp
|o*gmp_integer_demo.cpp
|o*gmp_integer_vector.cpp
|\*Polynomial.cppThe file contains the explicit intantiations of the template class Polynomial
\-test
 o*Polynomial_testutils.ippHeader for the utility functions like == operator for polynomials
 o*Test_Matrix_Operations.cppContains the tests for the matrix class with polynomial entries and arithmetic operations on that
 o*Test_MatrixAlgorithms_double.cppContains the tests for the external/user defined functions like exp(), det(), etc,. on Matrix with double entries
 o*Test_MatrixAlgorithms_polynomial_double.cpp
 o*Test_Polynomial.cppContains the tests for the class Polynomial with field type as "double"
 \*Test_Polynomial_gmpz.cppContains the tests for the class Polynomial with field type as "mpz_class" which is the integer class from GMP