|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jscience.mathematics.analysis.interpolation.DoubleCubicSplineInterpolator3D
public class DoubleCubicSplineInterpolator3D
DOCUMENT ME!
Constructor Summary | |
---|---|
DoubleCubicSplineInterpolator3D(double[] x1,
double[] x2,
double[] x3,
double[][][] y)
Creates a new DoubleCubicSplineInterpolator3D object. |
Method Summary | |
---|---|
double[] |
map(double[] x)
DOCUMENT ME! |
double |
map(double xx1,
double xx2,
double xx3)
DOCUMENT ME! |
double[] |
map(float[] x)
DOCUMENT ME! |
double[] |
map(int[] x)
DOCUMENT ME! |
double[] |
map(long[] x)
DOCUMENT ME! |
int |
numInputDimensions()
The dimension of variable parameter. |
int |
numOutputDimensions()
The dimension of the result values. |
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 DoubleCubicSplineInterpolator3D(double[] x1, double[] x2, double[] x3, double[][][] y)
x1
- DOCUMENT ME!x2
- DOCUMENT ME!x3
- DOCUMENT ME!y
- DOCUMENT ME!Method Detail |
---|
public int numInputDimensions()
numInputDimensions
in interface PrimitiveMappingND
numInputDimensions
in interface SampledMapping
public int numOutputDimensions()
numOutputDimensions
in interface PrimitiveMappingND
numOutputDimensions
in interface SampledMapping
public int size()
size
in interface SampledMapping
public double[] map(int[] x)
map
in interface PrimitiveMappingND
x
- DOCUMENT ME!
java.lang.IllegalArgumentException
- DOCUMENT ME!public double[] map(long[] x)
map
in interface PrimitiveMappingND
x
- DOCUMENT ME!
java.lang.IllegalArgumentException
- DOCUMENT ME!public double[] map(float[] x)
map
in interface PrimitiveMappingND
x
- DOCUMENT ME!
java.lang.IllegalArgumentException
- DOCUMENT ME!public double[] map(double[] x)
map
in interface PrimitiveMappingND
x
- DOCUMENT ME!
org.jscience.mathematics.analysis.Domain.
public double map(double xx1, double xx2, double xx3)
xx1
- DOCUMENT ME!xx2
- DOCUMENT ME!xx3
- DOCUMENT ME!
public ValuedPair samplePointAt(int index)
samplePointAt
in interface SampledMapping
index
- 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 |