#include "MRMeshFwd.h"#include "MRPch/MRBindingMacros.h"#include <MRPch/MREigenCore.h>#include <cstddef>#include <vector>#include <variant>#include <optional>Go to the source code of this file.
Classes | |
| struct | MR::Polynomial< T, degree > |
| struct | MR::PolynomialWrapper< T > |
| This is a unifying interface for a polynomial of some degree, known only in runtime. More... | |
| class | MR::BestFitPolynomial< T, degree > |
Namespaces | |
| namespace | MR |
Typedefs | |
| template<size_t degree> | |
| using | MR::Polynomialf = Polynomial<float, degree> |
| template<size_t degree> | |
| using | MR::Polynomiald = Polynomial<double, degree> |
| template<typename T > | |
| using | MR::Polynomialx |
| using | MR::PolynomialWrapperf = PolynomialWrapper<float> |
| using | MR::PolynomialWrapperd = PolynomialWrapper<double> |
| template<size_t degree> | |
| using | MR::BestFitPolynomialf = BestFitPolynomial<float, degree> |
| template<size_t degree> | |
| using | MR::BestFitPolynomiald = BestFitPolynomial<double, degree> |
Functions | |
| constexpr bool | MR::canSolvePolynomial (auto degree) |
| constexpr bool | MR::canMinimizePolynomial (auto degree) |