A scalar polynomial implementation.
More...
#include <dune/functions/analyticfunctions/polynomial.hh>
template<class K>
class Dune::Functions::Polynomial< K >
A scalar polynomial implementation.
- Template Parameters
-
K | Scalar type. The polynomial will map K to K |
This class exists mainly to demonstrate how to implement the Concept::DifferentiableFunction<Range(Domain), DerivativeTraits> concept.
§ Polynomial() [1/6]
§ Polynomial() [2/6]
§ Polynomial() [3/6]
§ Polynomial() [4/6]
Create from list of coefficients.
Coefficients are ordered in accordance with the corresponding monomial order
§ Polynomial() [5/6]
Create from list of coefficients.
Coefficients are ordered in accordance with the corresponding monomial order. This will move the coefficients from givven vector.
§ Polynomial() [6/6]
Create from list of coefficients.
Coefficients are ordered in accordance with the corresponding monomial order. This will copy coefficients from given vector.
§ coefficients()
Obtain reference to coefficient vector.
§ operator()()
The documentation for this class was generated from the following file: