Skip to content
Snippets Groups Projects
Commit cc1c4c01 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

DSgenerator rely on ParameterDriversList

parent f16eb88f
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ import java.util.List;
import org.hipparchus.analysis.differentiation.DerivativeStructure;
import org.orekit.utils.ParameterDriver;
import org.orekit.utils.ParameterDriversList;
/** Generator for {@link DerivativeStructure} instances from {@link ParameterDriver}.
* <p>
......@@ -33,7 +34,7 @@ public interface DSGenerator {
/** Get the parameters selected for estimation.
* @return parameters selected for estimation
*/
List<ParameterDriver> getSelected();
ParameterDriversList getSelected();
/** Generate a constant {@link DerivativeStructure}.
* @param value value of the constant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment