Home
last modified time | relevance | path

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

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