public class VectorialValuedPair
extends java.lang.Object
implements java.io.Serializable
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| Modifier and Type | Field and Description |
|---|---|
double |
x
Abscissa of the point.
|
double[] |
y
Vectorial ordinate of the point, y = f (x).
|
| Constructor and Description |
|---|
VectorialValuedPair(double x,
double[] y)
Simple constructor.
|
Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.