Searched defs:spline (Results 1 - 7 of 7) 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
257 const Spline2d spline = SplineFitting<Spline2d>::InterpolateWithDerivatives( 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. */
57 /** \brief The data type representing the spline's control points. */
61 * \brief Creates a (constant) zero spline.
76 * \brief Creates a spline from a knot vector and control points.
77 * \param knots The spline'
88 Spline(const Spline<Scalar, Dimension, OtherDegree>& spline) argument
313 derivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& der) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 148 milliseconds