|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.analysis.function.rn2r1.RealScalarFunctionFixedVariables.Value
public static class RealScalarFunctionFixedVariables.Value
| Field Summary | |
|---|---|
int |
index
an index to a variable, counting from 0 |
double |
value
the value fixed for this variable |
| Constructor Summary | |
|---|---|
RealScalarFunctionFixedVariables.Value(int index,
double value)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int index
public final double value
| Constructor Detail |
|---|
public RealScalarFunctionFixedVariables.Value(int index,
double value)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||