MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / call

Method call

src/PolyMath.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324double Poly2DResidual::call(double target) {
325 if (axis == iX) return poly.evaluate(coefficients, target, in) - z_in;
326 if (axis == iY) return poly.evaluate(coefficients, in, target) - z_in;
327 return -_HUGE;
328}
329
330double Poly2DResidual::deriv(double target) {
331 if (!this->derIsSet) {

Callers 15

TO_CPPFunction · 0.45
combine_jsonFunction · 0.45
win64run.pyFile · 0.45
OSXRun.pyFile · 0.45
LinuxRun.pyFile · 0.45
run_all.pyFile · 0.45
NDNewtonRaphson_JacobianFunction · 0.45
NewtonFunction · 0.45
HalleyFunction · 0.45

Calls 2

integralMethod · 0.80
evaluateMethod · 0.45

Tested by

no test coverage detected