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

Method insideSupport

src/bsplinebasis.cpp:434–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434bool BSplineBasis::insideSupport(DenseVector &x) const
435{
436 for (unsigned int dim = 0; dim < numVariables; dim++)
437 {
438 if (!bases.at(dim).insideSupport(x(dim)))
439 {
440 return false;
441 }
442 }
443 return true;
444}
445
446std::vector<double> BSplineBasis::getSupportLowerBound() const
447{

Callers 1

pointInDomainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected