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

  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 49 typedef typename SplineTraits<Spline>::BasisVectorType BasisVectorType;
133 typename SplineTraits<Spline>::BasisVectorType
189 static BasisVectorType BasisFunctions(Scalar u, DenseIndex degree, const KnotVectorType& knots);
210 typename Spline<_Scalar, _Dim, _Degree>::BasisVectorType
216 typedef typename Spline<_Scalar, _Dim, _Degree>::BasisVectorType BasisVectorType;
223 BasisVectorType left(p+1); left(0) = Scalar(0);
224 BasisVectorType right(p+1); right(0) = Scalar(0);
226 VectorBlock<BasisVectorType,Degree>(left,1,p) = u - VectorBlock<const KnotVectorType,Degree>(U,i+1-p,p).reverse()
    [all...]
SplineFwd.h 36 typedef Array<Scalar,1,OrderAtCompileTime> BasisVectorType;
SplineFitting.h 121 typedef typename SplineType::BasisVectorType BasisVectorType;

Completed in 687 milliseconds