| Class and Description |
|---|
| DoubleFunction1D
Defines a family of functions that take real arguments and return real values.
|
| DoublesVectorFunctionProvider
An abstraction for anything that provides a
VectorFunction for a set of data points (as Double). |
| ParameterizedCurve
A parameterised curve that gives the both the curve (the function y=f(x) where x and y are scalars) and the
curve sensitivity (dy/dp where p is one of the parameters) for given parameters.
|
| ParameterizedFunction
This class defines a 1-D function that takes both its argument and parameters inputs
into the
ParameterizedFunction.evaluate(S, T) method. |
| PiecewisePolynomialFunction1D
Give a struct
PiecewisePolynomialResult, Compute value, first derivative
and integral of piecewise polynomial function. |
| RealPolynomialFunction1D
Class representing a polynomial that has real coefficients and takes a real
argument.
|
| VectorFunction
Abstraction for the vector function $f: \mathbb{R}^m \to \mathbb{R}^n \quad x \mapsto f(x)$ where the
Jacobian $j : \mathbb{R}^m \to \mathbb{R}^{n\times m} \quad x \mapsto j(x)$ is also provided.
|
| VectorFunctionProvider
Interface for anything the provides a vector function which depends on some extraneous data.
|
| Class and Description |
|---|
| DoubleFunction1D
Defines a family of functions that take real arguments and return real values.
|
| Class and Description |
|---|
| DoubleFunction1D
Defines a family of functions that take real arguments and return real values.
|
| RealPolynomialFunction1D
Class representing a polynomial that has real coefficients and takes a real
argument.
|
| Class and Description |
|---|
| ParameterizedFunction
This class defines a 1-D function that takes both its argument and parameters inputs
into the
ParameterizedFunction.evaluate(S, T) method. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.