DGtal 1.3.0
Loading...
Searching...
No Matches
Public Member Functions
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 1629 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 1632 of file MPolynomial.h.

1632{}

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 1635 of file MPolynomial.h.

1636 {
1637 MPolynomial<0, Ring, Alloc> p = 1;
1638 return p;
1639 }

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