DGtal 2.1.0
Loading...
Searching...
No Matches
DGtal::Xe_kComputer< 0, Ring, Alloc > Class Template Reference

#include <DGtal/math/MPolynomial.h>

Public Member Functions

 Xe_kComputer ()
 
MPolynomial< 0, Ring, Alloc > get (unsigned int, unsigned int)
 

Detailed Description

template<typename Ring, typename Alloc>
class DGtal::Xe_kComputer< 0, Ring, Alloc >

Definition at line 1644 of file MPolynomial.h.

Constructor & Destructor Documentation

◆ Xe_kComputer()

template<typename Ring , typename Alloc >
DGtal::Xe_kComputer< 0, Ring, Alloc >::Xe_kComputer ( )
inline

Definition at line 1647 of file MPolynomial.h.

1647{}

Member Function Documentation

◆ get()

template<typename Ring , typename Alloc >
MPolynomial< 0, Ring, Alloc > DGtal::Xe_kComputer< 0, Ring, Alloc >::get ( unsigned int  ,
unsigned int   
)
inline

Definition at line 1650 of file MPolynomial.h.

1651 {
1652 MPolynomial<0, Ring, Alloc> p = 1;
1653 return p;
1654 }

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