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

Function getNumBasisFunctions

include/bspline.h:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 std::vector<unsigned int> getNumBasisFunctionsPerVariable() const;
87
88 unsigned int getNumBasisFunctions() const
89 {
90 return basis.getNumBasisFunctions();
91 }
92
93 DenseMatrix getControlPoints() const;
94 std::vector< std::vector<double>> getKnotVectors() const;

Callers 9

evalBasisJacobianOldMethod · 0.85
evalBasisJacobianMethod · 0.85
evalBasisJacobian2Method · 0.85
evalBasisHessianMethod · 0.85
setCoefficientsMethod · 0.85
evalMethod · 0.85
evalDerivativeMethod · 0.85
evalFirstDerivativeMethod · 0.85
refineKnotsLocallyMethod · 0.85

Calls 1

getNumBasisFunctionsMethod · 0.45

Tested by

no test coverage detected