Searched refs:knot_parameters (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/Splines/ |
D | SplineFitting.h | 111 …e Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters); 116 …>::Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters) in Interpolate() argument 124 KnotAveraging(knot_parameters, degree, knots); in Interpolate() 130 const DenseIndex span = SplineType::Span(knot_parameters[i], degree, knots); in Interpolate() 133 …A.row(i).segment(span-degree, degree+1) = SplineType::BasisFunctions(knot_parameters[i], degree, k… in Interpolate()
|