|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.interpolation.DoubleLinearSplineInterpolator
public class DoubleLinearSplineInterpolator
DOCUMENT ME!
| Constructor Summary | |
|---|---|
DoubleLinearSplineInterpolator(double[] x,
double[] y)
Creates a new DoubleLinearSplineInterpolator object. |
|
| Method Summary | |
|---|---|
double |
map(double xx)
DOCUMENT ME! |
double |
map(float x)
DOCUMENT ME! |
double |
map(int x)
DOCUMENT ME! |
double |
map(long x)
DOCUMENT ME! |
int |
numInputDimensions()
Get the dimension of the input values of the function. |
int |
numOutputDimensions()
Get the dimension of the output values of the function. |
ValuedPair |
samplePointAt(int index)
Get the abscissa and value of the sample at the specified index. |
int |
size()
Get the number of points in the sample. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleLinearSplineInterpolator(double[] x,
double[] y)
x - DOCUMENT ME!y - DOCUMENT ME!| Method Detail |
|---|
public int size()
size in interface SampledMappingpublic int numInputDimensions()
numInputDimensions in interface SampledMappingpublic int numOutputDimensions()
numOutputDimensions in interface SampledMappingpublic double map(int x)
map in interface PrimitiveMappingx - DOCUMENT ME!
public double map(long x)
map in interface PrimitiveMappingx - DOCUMENT ME!
public double map(float x)
map in interface PrimitiveMappingx - DOCUMENT ME!
public double map(double xx)
map in interface PrimitiveMappingxx - DOCUMENT ME!
org.jscience.mathematics.analysis.IntervalList.public ValuedPair samplePointAt(int index)
samplePointAt in interface SampledMappingindex - index in the sample, should be between 0 and size()
- 1
java.lang.ArrayIndexOutOfBoundsException - if the index is wrong
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||