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

  /external/eigen/unsupported/Eigen/src/Splines/
Spline.h 52 typedef typename SplineTraits<Spline>::BasisVectorType BasisVectorType;
154 typename SplineTraits<Spline>::BasisVectorType
210 static BasisVectorType BasisFunctions(Scalar u, DenseIndex degree, const KnotVectorType& knots);
246 typename Spline<_Scalar, _Dim, _Degree>::BasisVectorType
252 typedef typename Spline<_Scalar, _Dim, _Degree>::BasisVectorType BasisVectorType;
259 BasisVectorType left(p+1); left(0) = Scalar(0);
260 BasisVectorType right(p+1); right(0) = Scalar(0);
262 VectorBlock<BasisVectorType,Degree>(left,1,p) = u - VectorBlock<const KnotVectorType,Degree>(U,i+1-p,p).reverse()
    [all...]
SplineFwd.h 38 typedef Array<Scalar,1,OrderAtCompileTime> BasisVectorType;

Completed in 48 milliseconds