|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.spaceroots.mantissa.functions.vectorial.VectorialValuedPair
This class represents an (x, f(x)) pair for vectorial functions.
A vectorial function is a function of one vectorial parameter x whose value is a vector. This class is used has a simple immutable placeholder to contain both an abscissa and the value of the function at this abscissa.
SampledFunction,
VectorialValuedPair,
Serialized Form| Field Summary | |
double |
x
Abscissa of the point. |
double[] |
y
Vectorial ordinate of the point, y = f (x). |
| Constructor Summary | |
VectorialValuedPair(double x,
double[] y)
Simple constructor. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final double x
public final double[] y
| Constructor Detail |
public VectorialValuedPair(double x,
double[] y)
x - abscissay - ordinate (value of the function)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||