HomeSort by relevance Sort by last modified time
    Searched refs:KnotVectorType (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 44 template <typename KnotVectorType>
45 void KnotAveraging(const KnotVectorType& parameters, DenseIndex degree, KnotVectorType& knots)
52 knots.segment(0,degree+1) = KnotVectorType::Zero(degree+1);
53 knots.segment(knots.size()-degree-1,degree+1) = KnotVectorType::Ones(degree+1);
77 template <typename KnotVectorType, typename ParameterVectorType, typename IndexArray>
81 KnotVectorType& knots)
121 KnotVectorType averageKnots(numAverageKnots);
132 KnotVectorType derivativeKnots(numInternalDerivatives);
164 KnotVectorType temporaryKnots(averageKnots.size() + derivativeKnots.size())
    [all...]
Spline.h 46 typedef typename SplineTraits<Spline>::KnotVectorType KnotVectorType;
94 const KnotVectorType& knots() const { return m_knots; }
196 static DenseIndex Span(typename SplineTraits<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)
250 const typename Spline<_Scalar, _Dim, _Degree>::KnotVectorType& knots
    [all...]
SplineFwd.h 50 typedef Array<Scalar,1,Dynamic> KnotVectorType;
  /external/eigen/unsupported/test/
splines.cpp 204 typedef Spline2d::KnotVectorType KnotVectorType;
209 KnotVectorType chord_lengths; // knot parameters
240 typedef Spline2d::KnotVectorType KnotVectorType;
248 KnotVectorType knots;

Completed in 88 milliseconds