Searched refs:BasisVectorType (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 49 typedef typename SplineTraits<Spline>::BasisVectorType BasisVectorType; typedef 148 typename SplineTraits<Spline>::BasisVectorType 204 static BasisVectorType BasisFunctions(Scalar u, DenseIndex degree, const KnotVectorType& knots); 225 typename Spline<_Scalar, _Dim, _Degree>::BasisVectorType 231 typedef typename Spline<_Scalar, _Dim, _Degree>::BasisVectorType BasisVectorType; in BasisFunctions() typedef 238 BasisVectorType left(p+1); left(0) = Scalar(0); in BasisFunctions() 239 BasisVectorType right(p+1); right(0) = Scalar(0); in BasisFunctions() 241 …VectorBlock<BasisVectorType,Degree>(left,1,p) = u - VectorBlock<const KnotVectorType,Degree>(U,i+1… in BasisFunctions() 242 …VectorBlock<BasisVectorType,Degree>(right,1,p) = VectorBlock<const KnotVectorType,Degree>(U,i+1,p)… in BasisFunctions() 244 BasisVectorType N(1,p+1); in BasisFunctions() [all …]
|
D | SplineFwd.h | 36 typedef Array<Scalar,1,OrderAtCompileTime> BasisVectorType;
|