Developer documentation

mmx::sub_resultant< PREM > Struct Template Reference

#include <subresultant.hpp>

Static Public Member Functions

template<class Pol >
static Seq< Pol > sequence (const Pol &p, const Pol &q)
 
template<class Polynomial >
static Seq< Seq< Polynomial > > sequence (const Polynomial &p, const Polynomial &q, int v)
 
template<class Pol >
static Pol::value_type resultant (const Pol &p, const Pol &q)
 
template<class Pol >
static Pol resultant (const Pol &p, const Pol &q, int v)
 
template<class Pol >
static bool is_zero_seq (const Seq< Pol > &s)
 
template<class Polynomial >
static Polynomial subres_gcd (const Polynomial &p, const Polynomial &q, int v)
 
template<class Polynomial >
static Polynomial subres_gcd (const Polynomial &p, const Polynomial &q)
 

Member Function Documentation

template<class PREM >
template<class Pol >
static bool mmx::sub_resultant< PREM >::is_zero_seq ( const Seq< Pol > &  s)
inlinestatic
template<class PREM >
template<class Pol >
static Pol::value_type mmx::sub_resultant< PREM >::resultant ( const Pol &  p,
const Pol &  q 
)
inlinestatic
template<class PREM >
template<class Pol >
static Pol mmx::sub_resultant< PREM >::resultant ( const Pol &  p,
const Pol &  q,
int  v 
)
inlinestatic
template<class PREM >
template<class Pol >
static Seq<Pol> mmx::sub_resultant< PREM >::sequence ( const Pol &  p,
const Pol &  q 
)
inlinestatic
template<class PREM >
template<class Polynomial >
static Seq<Seq<Polynomial> > mmx::sub_resultant< PREM >::sequence ( const Polynomial p,
const Polynomial q,
int  v 
)
inlinestatic
template<class PREM >
template<class Polynomial >
static Polynomial mmx::sub_resultant< PREM >::subres_gcd ( const Polynomial p,
const Polynomial q,
int  v 
)
inlinestatic
template<class PREM >
template<class Polynomial >
static Polynomial mmx::sub_resultant< PREM >::subres_gcd ( const Polynomial p,
const Polynomial q 
)
inlinestatic

The documentation for this struct was generated from the following file:
Home