MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::PolynomialWrapper< T > Struct Template Reference

This is a unifying interface for a polynomial of some degree, known only in runtime. More...

#include <MRBestFitPolynomial.h>

Public Member Functions

template<size_t degree>
 PolynomialWrapper (const Polynomial< T, degree > &p)
 
MRMESH_API T operator() (T x) const
 
MRMESH_API PolynomialWrapper< T > deriv () const
 
MRMESH_API std::optional< T > intervalMin (T a, T b) const
 

Public Attributes

Polynomialx< T > poly
 

Detailed Description

template<typename T>
struct MR::PolynomialWrapper< T >

This is a unifying interface for a polynomial of some degree, known only in runtime.


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