org.orekit.propagation.numerical
Interface JacobianParametersProvider

All Known Subinterfaces:
DragSensitive, RadiationSensitive, RediffusedRadiationSensitive
All Known Implementing Classes:
AeroModel, DirectRadiativeModel, DragLiftModel, GlobalAeroModel, RediffusedRadiativeModel, StelaAeroModel

public interface JacobianParametersProvider

Interface for classes that can provide parameters for computing jacobians.

Since:
2.2
Version:
$Id: JacobianParametersProvider.java 17602 2017-05-18 08:25:23Z bignon $
Author:
Rami Houdroge

Method Summary
 ArrayList<Parameter> getJacobianParameters()
          Get the list of all jacobian parameters supported.
 

Method Detail

getJacobianParameters

ArrayList<Parameter> getJacobianParameters()
Get the list of all jacobian parameters supported.

Returns:
the list of additional parameters for which the jacobians can be computed.


Copyright © 2017 CNES. All Rights Reserved.