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

Method insideSupport

src/bsplinebasis1d.cpp:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548bool BSplineBasis1D::insideSupport(double x) const
549{
550 return (knots.front() <= x) && (x <= knots.back());
551}
552
553unsigned int BSplineBasis1D::getNumBasisFunctions() const
554{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected