Searched defs:spline (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
H A Dsplines.cpp17 // force the compilation of all spline functions...
66 /* create a reference spline */
99 Spline3d spline = spline3d(); local
128 Vector3d pt = spline(u(i));
136 Spline3d spline = spline3d(); local
138 RowVectorXd u = spline.knots();
156 Vector3d pt = spline(u(i));
163 Spline2d spline = closed_spline2d(); local
196 Vector2d pt = spline(u(i));
214 const Spline2d spline local
226 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3,chord_lengths); local
[all...]
/external/eigen/unsupported/Eigen/src/Splines/
H A DSpline.h20 * \brief A class representing multi-dimensional spline curves.
23 * point of the B-spline is associated with a basis function
38 typedef _Scalar Scalar; /*!< The spline curve's scalar type. */
39 enum { Dimension = _Dim /*!< The spline curve's dimension. */ };
40 enum { Degree = _Degree /*!< The spline curve's degree. */ };
42 /** \brief The point type the spline is representing. */
51 /** \brief The data type representing the spline's control points. */
55 * \brief Creates a (constant) zero spline.
70 * \brief Creates a spline from a knot vector and control points.
71 * \param knots The spline'
82 Spline(const Spline<Scalar, Dimension, OtherDegree>& spline) argument
292 derivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& der) argument
350 basisFunctionDerivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& N_) argument
[all...]

Completed in 377 milliseconds