#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 |
Functions | |
| constexpr bool | MR::canSolvePolynomial (auto degree) |
| constexpr bool | MR::canMinimizePolynomial (auto degree) |