类 MonitoredFunction

java.lang.Object
org.hipparchus.analysis.MonitoredFunction
所有已实现的接口:
UnivariateFunction

公共类 MonitoredFunction 扩展自 Object 实现 UnivariateFunction
用于计算函数调用次数的包装类。
  • 构造器详细资料

  • 方法详细资料

    • setCallsCount

      公共 void setCallsCount(int callsCount)
    • getCallsCount

      公共 int getCallsCount()
    • value

      公共 double value(double x)
      从接口复制的说明: UnivariateFunction
      计算函数的值。
      指定者:
      value 在接口中 UnivariateFunction
      参数:
      x - 应计算函数值的点。
      返回:
      函数的值。