Home
last modified time | relevance | path

Searched defs:span (Results 1 – 2 of 2) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/Splines/
DSpline.h289 DenseIndex Spline<_Scalar, _Dim, _Degree>::span(Scalar u) const in span() function
299 const DenseIndex span = this->span(u); in operator() local
322 const DenseIndex span = spline.span(u); in derivativesImpl() local
381 const DenseIndex span = SplineType::Span(u, p, U); in BasisFunctionDerivativesImpl() local
DSplineFitting.h304 const DenseIndex span = SplineType::Span(knot_parameters[i], degree, knots); in Interpolate() local
386 const DenseIndex span = SplineType::Span(parameters[i], degree, knots); in InterpolateWithDerivatives() local