DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions
DGtal::MPolynomialDerivativeComputer< 0, 0, Ring, Alloc > Class Template Reference

#include <DGtal/math/MPolynomial.h>

Public Types

typedef MPolynomial< 0, Ring, Alloc > MPoly0
 

Static Public Member Functions

static void computeDerivative (const MPoly0 &, MPoly0 &)
 

Detailed Description

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

Provides an error message in case N = n.

Definition at line 1915 of file MPolynomial.h.

Member Typedef Documentation

◆ MPoly0

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

Definition at line 1919 of file MPolynomial.h.

Member Function Documentation

◆ computeDerivative()

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

Definition at line 1922 of file MPolynomial.h.

1923 {
1924 ERROR_N_must_be_strictly_less_than_n_in_derivative_template();
1925 }

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