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