Package smile.util.function


package smile.util.function
Mathematical functional interfaces.
  • Interfaces
    Class
    Description
    Represents an operation that accepts an array element of double value and returns no result.
    Represents a function that accepts an array element of double value and produces a result.
    A differentiable function is a function whose derivative exists at each point in its domain.
    A differentiable function is a function whose derivative exists at each point in its domain.
    An interface representing a univariate real function.
    Represents an operation that accepts an array element of integer value and returns no result.
    Represents a function that accepts an array element of integer value and produces a result.
    An interface representing a univariate int function.
    An interface representing a multivariate real function.
    A time-dependent function.
    Represents a function that produces a float-valued result.