|
|||||||||
| 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 String |
parameterName
Parameter name. |
private static long |
serialVersionUID
Serializable UID. |
| Constructor Summary | |
|---|---|
ParameterConfiguration(String parameterName,
double hP)
Parameter name and step pair constructor. |
|
| Method Summary | |
|---|---|
double |
getHP()
Get parameter step. |
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 String parameterName
private double hP
| Constructor Detail |
|---|
public ParameterConfiguration(String parameterName,
double hP)
parameterName - parameter namehP - parameter step| Method Detail |
|---|
public 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 | ||||||||