BWAPI
Namespaces | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Polynomial/prs_resultant.h File Reference
#include <CGAL/basic.h>
#include <CGAL/Polynomial.h>
#include <CGAL/ipower.h>
#include <CGAL/Polynomial/hgdelta_update.h>
Include dependency graph for prs_resultant.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  INTERN_PRS_RESULTANT

Functions

template<class NT >
CGAL_BEGIN_NAMESPACE NT prs_resultant_integral_domain (Polynomial< NT > A, Polynomial< NT > B)
template<class NT >
NT prs_resultant_ufd (Polynomial< NT > A, Polynomial< NT > B)
template<class NT >
NT prs_resultant_field (Polynomial< NT > A, Polynomial< NT > B)
template<class NT >
NT prs_resultant_decompose (Polynomial< NT > A, Polynomial< NT > B)
template<class NT >
NT INTERN_PRS_RESULTANT::prs_resultant_ (Polynomial< NT > A, Polynomial< NT > B,::CGAL::Tag_false)
template<class NT >
NT INTERN_PRS_RESULTANT::prs_resultant_ (Polynomial< NT > A, Polynomial< NT > B,::CGAL::Tag_true)
template<class NT >
NT INTERN_PRS_RESULTANT::prs_resultant_ (Polynomial< NT > A, Polynomial< NT > B, Field_tag)
template<class NT >
NT INTERN_PRS_RESULTANT::prs_resultant_ (Polynomial< NT > A, Polynomial< NT > B, Unique_factorization_domain_tag)

Function Documentation

template<class NT >
NT prs_resultant_decompose ( Polynomial< NT >  A,
Polynomial< NT >  B 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT >
NT prs_resultant_field ( Polynomial< NT >  A,
Polynomial< NT >  B 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT >
CGAL_BEGIN_NAMESPACE NT prs_resultant_integral_domain ( Polynomial< NT >  A,
Polynomial< NT >  B 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT >
NT prs_resultant_ufd ( Polynomial< NT >  A,
Polynomial< NT >  B 
) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines