|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.ode.ParameterConfiguration
class ParameterConfiguration
Simple container pairing a parameter name with a step in order to compute the associated Jacobian matrix by finite difference.
Field Summary | |
---|---|
private double |
hP
Parameter step for finite difference computation. |
private java.lang.String |
parameterName
Parameter name. |
private static long |
serialVersionUID
Serializable UID. |
Constructor Summary | |
---|---|
ParameterConfiguration(java.lang.String parameterName,
double hP)
Parameter name and step pair constructor. |
Method Summary | |
---|---|
double |
getHP()
Get parameter step. |
java.lang.String |
getParameterName()
Get parameter name. |
void |
setHP(double hParam)
Set parameter step. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.String parameterName
private double hP
Constructor Detail |
---|
public ParameterConfiguration(java.lang.String parameterName, double hP)
parameterName
- parameter namehP
- parameter stepMethod Detail |
---|
public java.lang.String getParameterName()
public double getHP()
public void setHP(double hParam)
hParam
- parameter step
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |