linbox
MyModularMinpoly< T1, T2 > Struct Template Reference

#include <minpoly-rational.h>

Public Member Functions

 MyModularMinpoly (T1 *s1, T2 *s2, int s=1)
 
int setSwitcher (int s)
 
template<typename Polynomial, typename Field>
IterationResult operator() (Polynomial &P, const Field &F) const
 

Data Fields

T1 * t1
 
T2 * t2
 
int switcher
 

Constructor & Destructor Documentation

◆ MyModularMinpoly()

template<class T1, class T2>
MyModularMinpoly ( T1 * s1,
T2 * s2,
int s = 1 )
inline

Member Function Documentation

◆ setSwitcher()

template<class T1, class T2>
int setSwitcher ( int s)
inline

◆ operator()()

template<class T1, class T2>
template<typename Polynomial, typename Field>
IterationResult operator() ( Polynomial & P,
const Field & F ) const
inline

Field Documentation

◆ t1

template<class T1, class T2>
T1* t1

◆ t2

template<class T1, class T2>
T2* t2

◆ switcher

template<class T1, class T2>
int switcher

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