Package xal.tools.math.fnc
package xal.tools.math.fnc
Package containing related class for representing functions. Such classes
typically expose the IRealFunction
or
ISmoothRealFunction
interface (which inherits from the former)
if they are real-valued function.
It is expected that complex-valued functions be implemented in the future. At that time interfaces for these classes should be implemented.
- Since:
- Sep 25, 2015
- Author:
- Christopher K. Allen
-
ClassDescriptionInterface describing the characteristics of a real-valued function of a real variable.Interface exposing the characteristics of a real function of a real variable which has derivatives.Real-valued function constructed from a set of function samples.Class representing the sample of a real-valued function on the real line.