| Interface | Description |
|---|---|
| IJacobiansParameterizable |
This class is used to define jacobian function parameters.
|
| IParamDiffFunction |
This class is used to define a derivative function parameterizable.
|
| IParameterizable |
This interface is used to handle a list of parameterizable parameters.
|
| IParameterizableFunction |
This class is used to define a parameterizable function.
|
| Class | Description |
|---|---|
| ConstantFunction |
This class is used to define a constant parameterizable function.
|
| FieldDescriptor<T> |
Field descriptor.
|
| IntervalsFunction |
This class is used to define parameterizable interval functions.
|
| JacobiansParameterizable |
Abstract class to define generic function of
IJacobiansParameterizable. |
| LinearCombinationFunction |
This class is used to define a linear combination of functions where the linear coefficients are
parameters:
g(sc) = p1*f1(sc) + p2*f2(sc) + ...
|
| LinearFunction |
This class is used to define parameterizable linear function: f = a0 + a1 * (t - t0).
|
| NthOrderPolynomialFunction |
This class is used to define parameterizable Nth order polynomial function: f = a0 + a1 * (t -
t0) + a2 * (t - t0)^2 + ...
|
| Parameter |
This class links a value and a parameter descriptor which can contain any number of information
of any type (like a name, a date, ...).
|
| ParameterDescriptor |
Parameter descriptor.
|
| Parameterizable |
Simple class providing a list and method for handling
parameters. |
| ParameterUtils |
This utility class defines static methods to manage
parameters and parameter descriptors. |
| PiecewiseFunction |
This class is used to define parameterizable piecewize function.
|
| StandardFieldDescriptors |
Standard field descriptors.
|
Copyright © 2024 CNES. All rights reserved.