Home
last modified time | relevance | path

Searched refs:ControlPointVectorType (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dsplines.cpp205 typedef Spline2d::ControlPointVectorType ControlPointVectorType; in check_global_interpolation2d() typedef
207 ControlPointVectorType points = ControlPointVectorType::Random(2,100); in check_global_interpolation2d()
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h52 typedef typename SplineTraits<Spline>::ControlPointVectorType ControlPointVectorType; typedef
60 , m_ctrls(ControlPointVectorType::Zero(2,(Degree==Dynamic ? 1 : Degree+1))) in Spline()
93 const ControlPointVectorType& ctrls() const { return m_ctrls; } in ctrls()
209 ControlPointVectorType m_ctrls; /*!< Control points. */
285 …const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(ctrls(),0,span-p,Dimension,p+1); in operator()
298 typedef typename SplineTraits<SplineType>::ControlPointVectorType ControlPointVectorType; in derivativesImpl() typedef
316 …const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(spline.ctrls(),0,span-p,Dimensi… in derivativesImpl()
DSplineFitting.h119 typedef typename SplineType::ControlPointVectorType ControlPointVectorType; in Interpolate() typedef
141 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose(); in Interpolate()
DSplineFwd.h51 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType;