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.h58 typedef typename SplineTraits<Spline>::ControlPointVectorType ControlPointVectorType; typedef
66 , m_ctrls(ControlPointVectorType::Zero(Dimension,(Degree==Dynamic ? 1 : Degree+1))) in Spline()
99 const ControlPointVectorType& ctrls() const { return m_ctrls; } in ctrls()
222 ControlPointVectorType m_ctrls; /*!< Control points. */
306 …const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(ctrls(),0,span-p,Dimension,p+1); in operator()
319 typedef typename SplineTraits<SplineType>::ControlPointVectorType ControlPointVectorType; in derivativesImpl() typedef
337 …const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(spline.ctrls(),0,span-p,Dimensi… in derivativesImpl()
DSplineFitting.h293 typedef typename SplineType::ControlPointVectorType ControlPointVectorType; in Interpolate() typedef
315 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose(); in Interpolate()
339 typedef typename SplineType::ControlPointVectorType ControlPointVectorType; in InterpolateWithDerivatives() typedef
409 ControlPointVectorType controlPoints = lu.solve(MatrixType(b.transpose())).transpose(); in InterpolateWithDerivatives()
DSplineFwd.h56 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType;