Home
last modified time | relevance | path

Searched refs:evaluateDerivative (Results 1 – 10 of 10) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/lepton/include/lepton/
H A DCustomFunction.h68 virtual double evaluateDerivative(const double* arguments, const int* derivOrder) const = 0;
97 double evaluateDerivative(const double* arguments, const int* derivOrder) const { in evaluateDerivative() function
H A DOperation.h258 return function->evaluateDerivative(args, &derivOrder[0]); in evaluate()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/utils/
H A DSkCurveMeasure.cpp44 static inline SkVector evaluateDerivative(const SkPoint pts[4], in evaluateDerivative() function
264 SkScalar dt = evaluateDerivative(fPts, fSegType, currentT).length(); in getTime()
308 *tan = evaluateDerivative(fPts, fSegType, t); in getPosTanTime()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/tables/tests/
H A Dsplinetable.cpp148 table.template evaluateDerivative<numFuncInTable, funcIndex>(x, &tmpDer); in testSplineTableAgainstFunctions()
562 table.evaluateDerivative(x, &tmpDer0, &tmpDer1); in TYPED_TEST()
576 table.template evaluateDerivative<2, 1, 0>(x, &tmpDer1, &tmpDer0); in TYPED_TEST()
632 table.evaluateDerivative(x, &tmpDer0, &tmpDer1, &tmpDer2); in TYPED_TEST()
649 table.template evaluateDerivative<3, 0, 1>(x, &tmpDer0, &tmpDer1); in TYPED_TEST()
667 table.template evaluateDerivative<3, 2, 1, 0>(x, &tmpDer2, &tmpDer1, &tmpDer0); in TYPED_TEST()
/dports/science/opensim-core/opensim-core-4.1/Vendors/lepton/include/lepton/
H A DCustomFunction.h68 virtual double evaluateDerivative(const double* arguments, const int* derivOrder) const = 0;
H A DOperation.h249 return function->evaluateDerivative(args, &derivOrder[0]); in evaluate()
/dports/science/plumed/plumed2-2.7.2/src/lepton/
H A DCustomFunction.h101 virtual double evaluateDerivative(const double* arguments, const int* derivOrder) const = 0;
H A DOperation.h301 return function->evaluateDerivative(args, &derivOrder[0]); in evaluate()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/tables/
H A Dcubicsplinetable.h335 void evaluateDerivative(T r, T* derivativeValue) const in evaluateDerivative() function
444 void evaluateDerivative(T r, T* derivativeValue0, T* derivativeValue1) const in evaluateDerivative() function
577 … void evaluateDerivative(T r, T* derivativeValue0, T* derivativeValue1, T* derivativeValue2) const in evaluateDerivative() function
H A Dquadraticsplinetable.h376 void evaluateDerivative(T r, T* derivativeValue) const in evaluateDerivative() function
505 void evaluateDerivative(T r, T* derivativeValue1, T* derivativeValue2) const in evaluateDerivative() function
661 … void evaluateDerivative(T r, T* derivativeValue1, T* derivativeValue2, T* derivativeValue3) const in evaluateDerivative() function