HomeSort by relevance Sort by last modified time
    Searched full:knot (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialSplineFunction.java 32 * <i>knot points</i>, determining the intervals over which the spline function
34 * have been computed to match the values of another function at the knot
37 * the polynomials and knot points passed to the constructor.</p>
40 * centered on the knot points to compute the spline function values.
44 * <code>[smallest knot, largest knot]</code>. Attempts to evaluate the
51 * <li>The knot array is searched to find the segment to which <code>x</code>
52 * belongs. If <code>x</code> is less than the smallest knot point or greater
55 * <li> Let <code>j</code> be the index of the largest knot point that is less
57 * <code>polynomials[j](x - knot[j])</code></li></ol></p
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-using-decl.cpp 42 class Knot : public JoinVisitor<Knot> {
46 Knot().Visit((struct Object1*) 0);
47 Knot().Visit((struct Object2*) 0);
48 Knot().Visit((struct Object3*) 0); // expected-error {{no matching member function for call}}
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SplineInterpolator.java 31 * x[0] < x[i] ... < x[n]. The x values are referred to as "knot points."</p>
34 * knot point and strictly less than the largest knot point is computed by finding the subinterval to which
42 * <li>Adjacent polynomials are equal through two derivatives at the knot points (i.e., adjacent polynomials
43 * "match up" at the knot points, as do their first and second derivatives).</li>
82 // Differences between knot points
SmoothingPolynomialBicubicSplineInterpolator.java 109 // For every knot (xval[i], yval[j]) of the grid, calculate corrected
131 // For every knot (xval[i], yval[j]) of the grid, calculate corrected
SmoothingBicubicSplineInterpolator.java 91 // For every knot (xval[i], yval[j]) of the grid, calculate corrected
108 // For every knot (xval[i], yval[j]) of the grid, calculate corrected
  /external/eigen/unsupported/test/
splines.cpp 209 KnotVectorType chord_lengths; // knot parameters
212 // interpolation without knot parameters
224 // interpolation with given knot parameters
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 26 * \brief Computes knot averages.
40 * \param[out] knots The output knot vector.
57 * \brief Computes knot averages when derivative constraints are present.
70 * \param[out] knots The calculated knot vector. These will be returned as a
234 * \param knot_parameters The knot parameters for the interpolation.
324 KnotVectorType chord_lengths; // knot parameters
Spline.h 22 * The class represents B-splines with non-uniform knot vectors. Each control
45 /** \brief The data type used to store knot vectors. */
76 * \brief Creates a spline from a knot vector and control points.
77 * \param knots The spline's knot vector.
188 * \brief Returns the span within the knot vector in which u is falling.
194 * \brief Computes the spang within the provided knot vector in which u is falling.
208 * \param knots The underlying spline's knot vector.
215 * \param knots The underlying spline's knot vector.
221 KnotVectorType m_knots; /*!< Knot vector. */
SplineFwd.h 49 /** \brief The data type used to store knot vectors. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glu.h 89 void APIENTRY gluNurbsCurve(GLUnurbs *nobj,GLint nknots,GLfloat *knot,GLint stride,GLfloat *ctlarray,GLint order,GLenum type);
  /external/icu/android_icu4j/src/main/java/android/icu/util/
MeasureUnit.java 897 * Constant for unit of speed: knot
899 public static final MeasureUnit KNOT = MeasureUnit.internalGetInstance("speed", "knot");
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
MeasureUnit.java 1010 * Constant for unit of speed: knot
1013 public static final MeasureUnit KNOT = MeasureUnit.internalGetInstance("speed", "knot");
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/
Shakespeare.java 66 "The Gordian knot of it he will unloose," +
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List6.java 187 "The Gordian knot of it he will unloose," +
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pprint.py 59 # Tie a knot.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
MeasureUnitTest.java 211 {"KNOT", "56"},
697 MeasureUnit.KNOT,
837 MeasureUnit.KNOT,
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
MeasureUnitTest.java 210 {"KNOT", "56"},
696 MeasureUnit.KNOT,
836 MeasureUnit.KNOT,
    [all...]
  /external/python/cpython2/Lib/test/
test_pprint.py 74 # Tie a knot.
  /frameworks/base/tests/VoiceInteraction/res/values/
strings.xml 104 The Gordian knot of it he will unloose,\n
  /frameworks/support/design/tests/src/android/support/design/testutils/
Shakespeare.java 80 "The Gordian knot of it he will unloose," +
  /frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/
Shakespeare.java 66 "The Gordian knot of it he will unloose," +
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/
Shakespeare.java 81 "The Gordian knot of it he will unloose," +
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/
Shakespeare.java 82 "The Gordian knot of it he will unloose," +
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/
Shakespeare.java 80 "The Gordian knot of it he will unloose," +
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
Shakespeare.java 82 "The Gordian knot of it he will unloose," +

Completed in 2078 milliseconds

1 2 3