File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 1.4.2
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 1639 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 1642 of file MPolynomial.h.

1642{}

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

1646 {
1647 MPolynomial<0, Ring, Alloc> p = 1;
1648 return p;
1649 }

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