Searched refs:ControlPointVectorType (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/test/ |
D | splines.cpp | 205 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/ |
D | Spline.h | 52 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()
|
D | SplineFitting.h | 119 typedef typename SplineType::ControlPointVectorType ControlPointVectorType; in Interpolate() typedef 141 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose(); in Interpolate()
|
D | SplineFwd.h | 51 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType;
|