Home
last modified time | relevance | path

Searched refs:BasisVectorType (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h52 typedef typename SplineTraits<Spline>::BasisVectorType BasisVectorType; typedef
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; in BasisFunctions() typedef
259 BasisVectorType left(p+1); left(0) = Scalar(0); in BasisFunctions()
260 BasisVectorType right(p+1); right(0) = Scalar(0); in BasisFunctions()
262 …VectorBlock<BasisVectorType,Degree>(left,1,p) = u - VectorBlock<const KnotVectorType,Degree>(U,i+1… in BasisFunctions()
263 …VectorBlock<BasisVectorType,Degree>(right,1,p) = VectorBlock<const KnotVectorType,Degree>(U,i+1,p)… in BasisFunctions()
265 BasisVectorType N(1,p+1); in BasisFunctions()
[all …]
DSplineFwd.h38 typedef Array<Scalar,1,OrderAtCompileTime> BasisVectorType;