DGtal 1.3.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions
DGtal::MPolynomialDerivativeComputer< N, 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<int N, typename Ring, class Alloc>
class DGtal::MPolynomialDerivativeComputer< N, 0, Ring, Alloc >

Provides an error message in case N > n.

Definition at line 1932 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 1936 of file MPolynomial.h.

Member Function Documentation

◆ computeDerivative()

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

Definition at line 1939 of file MPolynomial.h.

1940 {
1941 ERROR_N_must_be_strictly_less_than_n_in_derivative_template();
1942 }

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