/home/runner/work/kynema/kynema/kynema/src/math/project_points_to_target_polynomial.hpp File Reference

Kynema API: /home/runner/work/kynema/kynema/kynema/src/math/project_points_to_target_polynomial.hpp File Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
project_points_to_target_polynomial.hpp File Reference
#include <array>
#include <span>
#include <vector>
#include "interpolation.hpp"
#include "least_squares_fit.hpp"

Go to the source code of this file.

Namespaces

namespace  kynema
 
namespace  kynema::math
 

Functions

std::vector< std::array< double, 3 > > kynema::math::ProjectPointsToTargetPolynomial (size_t num_inputs, size_t num_outputs, std::span< const std::array< double, 3 > > input_points)
 Projects 3D points from a given (lower) polynomial representation to a target (higher) polynomial representation.