|
Alexandria
2.16
Please provide a description of the project.
|
#include <memory>#include <vector>#include <set>#include "MathUtils/function/Polynomial.h"#include "MathUtils/function/Piecewise.h"#include "MathUtils/function/multiplication.h"#include "MathUtils/function/function_tools.h"#include "MathUtils/interpolation/interpolation.h"Go to the source code of this file.
Namespaces | |
| Euclid | |
| Euclid::MathUtils | |
Functions | |
| std::unique_ptr< Function > | Euclid::MathUtils::multiplyPolynomials (const Function &f1, const Function &f2) |
| Function for multiplying two Polynomials. It multiplies their coefficients. More... | |
| std::unique_ptr< Function > | Euclid::MathUtils::multiplyPiecewiseWithGeneric (const Function &f1, const Function &f2) |
| std::vector< double > | Euclid::MathUtils::overlappingKnots (const std::vector< double > &knots1, const std::vector< double > &knots2) |
| Returns a vector of the overlapping knots from the given vectors. More... | |
| std::unique_ptr< Function > | Euclid::MathUtils::multiplyPiecewises (const Function &f1, const Function &f2) |
Definition in file multiplication.cpp.
1.8.14