Searched refs:functionValue (Results 1 – 4 of 4) sorted by relevance
45 protected double functionValue; field in AbstractUnivariateRealOptimizer107 if (Double.isNaN(functionValue)) { in getFunctionValue()109 functionValue = function.value(opt); in getFunctionValue()111 return functionValue; in getFunctionValue()126 this.functionValue = fx; in setResult()229 functionValue = Double.NaN; in optimize()245 protected void setFunctionValue(double functionValue) { in setFunctionValue() argument246 this.functionValue = functionValue; in setFunctionValue()
52 protected double functionValue; field in UnivariateRealSolverImpl121 return functionValue; in getFunctionValue()208 this.functionValue = fx; in setResult()
852 std::unique_ptr<Expression> functionValue, in Convert() argument854 switch (functionValue->kind()) { in Convert()858 functionValue->as<TypeReference>().value(), in Convert()861 const ExternalFunction& f = functionValue->as<ExternalFunctionReference>().function(); in Convert()882 const FunctionReference& ref = functionValue->as<FunctionReference>(); in Convert()901 MethodReference& ref = functionValue->as<MethodReference>(); in Convert()923 return functionValue; in Convert()
39 std::unique_ptr<Expression> functionValue,