Home
last modified time | relevance | path

Searched refs:knots (Results 1 – 25 of 41) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
DPolynomialSplineFunction.java65 private final double knots[]; field in PolynomialSplineFunction
98 public PolynomialSplineFunction(double knots[], PolynomialFunction polynomials[]) { in PolynomialSplineFunction() argument
99 if (knots.length < 2) { in PolynomialSplineFunction()
102 2, knots.length); in PolynomialSplineFunction()
104 if (knots.length - 1 != polynomials.length) { in PolynomialSplineFunction()
107 polynomials.length, knots.length); in PolynomialSplineFunction()
109 if (!isStrictlyIncreasing(knots)) { in PolynomialSplineFunction()
114 this.n = knots.length -1; in PolynomialSplineFunction()
115 this.knots = new double[n + 1]; in PolynomialSplineFunction()
116 System.arraycopy(knots, 0, this.knots, 0, n + 1); in PolynomialSplineFunction()
[all …]
/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h45 void KnotAveraging(const KnotVectorType& parameters, DenseIndex degree, KnotVectorType& knots) in KnotAveraging() argument
47 knots.resize(parameters.size()+degree+1); in KnotAveraging()
50 knots(j+degree) = parameters.segment(j,degree).mean(); in KnotAveraging()
52 knots.segment(0,degree+1) = KnotVectorType::Zero(degree+1); in KnotAveraging()
53 knots.segment(knots.size()-degree-1,degree+1) = KnotVectorType::Ones(degree+1); in KnotAveraging()
81 KnotVectorType& knots) in KnotAveragingWithDerivatives() argument
90 KnotAveraging(parameters, degree, knots); in KnotAveragingWithDerivatives()
172 knots.resize(numKnots); in KnotAveragingWithDerivatives()
174 knots.head(degree).fill(temporaryKnots[0]); in KnotAveragingWithDerivatives()
175 knots.tail(degree).fill(temporaryKnots.template tail<1>()[0]); in KnotAveragingWithDerivatives()
[all …]
DSpline.h81 …Spline(const OtherVectorType& knots, const OtherArrayType& ctrls) : m_knots(knots), m_ctrls(ctrls)… in Spline() argument
89 m_knots(spline.knots()), m_ctrls(spline.ctrls()) {} in Spline()
94 const KnotVectorType& knots() const { return m_knots; } in knots() function
196 …<Spline>::Scalar u, DenseIndex degree, const typename SplineTraits<Spline>::KnotVectorType& knots);
210 static BasisVectorType BasisFunctions(Scalar u, DenseIndex degree, const KnotVectorType& knots);
218 const Scalar u, const DenseIndex order, const DenseIndex degree, const KnotVectorType& knots);
237 const typename SplineTraits< Spline<_Scalar, _Dim, _Degree> >::KnotVectorType& knots) in Span()
240 if (u <= knots(0)) return degree; in Span()
241 …const Scalar* pos = std::upper_bound(knots.data()+degree-1, knots.data()+knots.size()-degree-1, u); in Span()
242 return static_cast<DenseIndex>( std::distance(knots.data(), pos) - 1 ); in Span()
[all …]
/external/eigen/unsupported/test/
Dsplines.cpp38 RowVectorXd knots(12); in closed_spline2d() local
39 knots << 0, in closed_spline2d()
63 return Spline<double, 2, Dynamic>(knots, ctrls); in closed_spline2d()
69 RowVectorXd knots(11); in spline3d() local
70 knots << 0, in spline3d()
93 return Spline<double, 3, Dynamic>(knots, ctrls); in spline3d()
138 RowVectorXd u = spline.knots(); in eval_spline3d_onbrks()
248 KnotVectorType knots; in check_global_interpolation_with_derivatives2d() local
249 Eigen::ChordLengths(points, knots); in check_global_interpolation_with_derivatives2d()
262 PointType point = spline(knots(i)); in check_global_interpolation_with_derivatives2d()
[all …]
/external/python/cpython2/Doc/library/
Dgl.rst99 .. function:: nurbscurve(knots, ctlpoints, order, type)
101 Defines a nurbs curve. The length of ctlpoints is ``len(knots) - order``.
/external/icu/icu4c/source/data/unit/
Dzu.txt569 one{"{0} knots"}
570 other{"{0} knots"}
Den.txt572 dnam{"knots"}
574 other{"{0} knots"}
Dlo.txt470 other{"{0} knots"}
/external/python/cpython2/Modules/
Dcstubs334 /* nurbscurve(knots, ctlpoints, order, type).
335 The length of ctlpoints is len(knots)-order. */
/external/libexif/po/
Den_GB.po2696 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
2699 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
2874 "'K', 'M' and 'N' represent kilometers, miles and knots."
Den_AU.po2696 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
2699 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
2874 "'K', 'M' and 'N' represent kilometers, miles and knots."
Den_CA.po2630 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
2633 "'M' and 'N' represent kilometres per hour, miles per hour, and knots."
Dlibexif-12.pot2623 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
Dsr.po2668 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
Duk.po2626 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
Dbe.po2627 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
Dru.po2681 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
Dja.po2636 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
Dzh_CN.po2627 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
Dtr.po2627 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
Dsq.po2627 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
Dpt.po2627 "'M' and 'N' represent kilometers per hour, miles per hour, and knots."
/external/libexif/
DChangeLog87 * Changed "knots" to more clear "nautical miles" (Ubuntu Launchpad bug
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_tpp_net.utf2144 9202 "knots"
2147 9216 "knots"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_tpp_net.utf2377 10406 "knots"
2380 10420 "knots"

12