File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 2.0.0
DGtal::MPolynomialDerivativeComputer< N, 0, Ring, Alloc > Class Template Reference

#include <DGtal/math/MPolynomial.h>

Inheritance diagram for DGtal::MPolynomialDerivativeComputer< N, 0, Ring, Alloc >:
[legend]

Public Types

typedef MPolynomial< 0, Ring, Alloc > MPoly0
typedef MPolynomial< n, Ring, Alloc > MPolyN
 Type for polynomial with n variable in the ring Ring.

Static Public Member Functions

static void computeDerivative (const MPoly0 &, MPoly0 &)

Detailed Description

template<int N, typename Ring, class Alloc>
class DGtal::MPolynomialDerivativeComputer< N, 0, Ring, Alloc >

Provides an error message in case N > n.

Definition at line 1947 of file MPolynomial.h.

Member Typedef Documentation

◆ MPoly0

template<int N, typename Ring, class Alloc>
typedef MPolynomial<0, Ring, Alloc> DGtal::MPolynomialDerivativeComputer< N, 0, Ring, Alloc >::MPoly0

Definition at line 1951 of file MPolynomial.h.

◆ MPolyN

typedef MPolynomial<n, Ring, Alloc> DGtal::MPolynomialDerivativeComputer< N, n, Ring, Alloc >::MPolyN

Type for polynomial with n variable in the ring Ring.

Definition at line 1906 of file MPolynomial.h.

Member Function Documentation

◆ computeDerivative()

template<int N, typename Ring, class Alloc>
void DGtal::MPolynomialDerivativeComputer< N, 0, Ring, Alloc >::computeDerivative ( const MPoly0 & ,
MPoly0 &  )
inlinestatic

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