Home
last modified time | relevance | path

Searched defs:ControlPointVectorType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h293 typedef typename SplineType::ControlPointVectorType ControlPointVectorType; in Interpolate() typedef
339 typedef typename SplineType::ControlPointVectorType ControlPointVectorType; in InterpolateWithDerivatives() typedef
H A DSpline.h58 typedef typename SplineTraits<Spline>::ControlPointVectorType ControlPointVectorType; typedef
317 typedef typename SplineTraits<SplineType>::ControlPointVectorType ControlPointVectorType; in derivativesImpl() typedef
/aosp_15_r20/external/eigen/unsupported/test/
H A Dsplines.cpp205 typedef Spline2d::ControlPointVectorType ControlPointVectorType; in check_global_interpolation2d() typedef