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_impl.ipp File Reference
Include dependency graph for PolynomialMultiplicationInterface_impl.ipp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _POLYNOMIALMULTIPLICATIONINTERFACE_IMPL_IPP_
 

Functions

template<typename FieldT >
Polynomial< FieldT > operator* (const Polynomial< FieldT > &p1, const Polynomial< FieldT > &p2)
 The multiplicaion operator. It picks the algorithm with which the Polynomial class is instantiated. More...
 

Macro Definition Documentation

#define _POLYNOMIALMULTIPLICATIONINTERFACE_IMPL_IPP_

Definition at line 20 of file PolynomialMultiplicationInterface_impl.ipp.

Function Documentation

template<typename FieldT >
Polynomial<FieldT> operator* ( const Polynomial< FieldT > &  p1,
const Polynomial< FieldT > &  p2 
)

The multiplicaion operator. It picks the algorithm with which the Polynomial class is instantiated.

Definition at line 27 of file PolynomialMultiplicationInterface_impl.ipp.

References PolynomialMultiplicationInterface< FieldT >::getAppropriateAlgorithm().

Here is the call graph for this function: