Home
last modified time | relevance | path

Searched refs:KnotVectorType (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h44 template <typename KnotVectorType>
45 void KnotAveraging(const KnotVectorType& parameters, DenseIndex degree, KnotVectorType& knots) 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()
77 template <typename KnotVectorType, typename ParameterVectorType, typename IndexArray>
81 KnotVectorType& knots) in KnotAveragingWithDerivatives()
121 KnotVectorType averageKnots(numAverageKnots); in KnotAveragingWithDerivatives()
132 KnotVectorType derivativeKnots(numInternalDerivatives); in KnotAveragingWithDerivatives()
164 KnotVectorType temporaryKnots(averageKnots.size() + derivativeKnots.size()); in KnotAveragingWithDerivatives()
188 template <typename PointArrayType, typename KnotVectorType>
[all …]
DSpline.h46 typedef typename SplineTraits<Spline>::KnotVectorType KnotVectorType; typedef
94 const KnotVectorType& knots() const { return m_knots; } in knots()
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);
221 KnotVectorType m_knots; /*!< Knot vector. */
229 const typename Spline<_Scalar, _Dim, _Degree>::KnotVectorType& U,
237 const typename SplineTraits< Spline<_Scalar, _Dim, _Degree> >::KnotVectorType& knots) in Span()
250 const typename Spline<_Scalar, _Dim, _Degree>::KnotVectorType& knots) in BasisFunctions()
257 const KnotVectorType& U = knots; in BasisFunctions()
[all …]
DSplineFwd.h50 typedef Array<Scalar,1,Dynamic> KnotVectorType;
/external/eigen/unsupported/test/
Dsplines.cpp204 typedef Spline2d::KnotVectorType KnotVectorType; in check_global_interpolation2d() typedef
209 KnotVectorType chord_lengths; // knot parameters in check_global_interpolation2d()
240 typedef Spline2d::KnotVectorType KnotVectorType; in check_global_interpolation_with_derivatives2d() typedef
248 KnotVectorType knots; in check_global_interpolation_with_derivatives2d()