MCPcopy Create free account
hub / github.com/bgrimstad/splinter / pointInDomain

Method pointInDomain

src/bspline.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226bool BSpline::pointInDomain(DenseVector x) const
227{
228 return basis.insideSupport(x);
229}
230
231void BSpline::reduceSupport(std::vector<double> lb, std::vector<double> ub, bool doRegularizeKnotVectors)
232{

Callers

nothing calls this directly

Calls 1

insideSupportMethod · 0.45

Tested by

no test coverage detected