Searched refs:BasisFunctions (Results 1 – 2 of 2) sorted by relevance
204 static BasisVectorType BasisFunctions(Scalar u, DenseIndex degree, const KnotVectorType& knots);226 Spline<_Scalar, _Dim, _Degree>::BasisFunctions( in BasisFunctions() function344 return Spline::BasisFunctions(u, degree(), knots()); in basisFunctions()
133 …A.row(i).segment(span-degree, degree+1) = SplineType::BasisFunctions(knot_parameters[i], degree, k… in Interpolate()