|
JScience v4.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.function.Interpolator.Linear<F>
public static class Interpolator.Linear<F extends Field<F>>
This class represents a linear interpolator for field
instances (point and values from the same field).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jscience.mathematics.function.Interpolator |
|---|
Interpolator.Linear<F extends Field<F>> |
| Constructor Summary | |
|---|---|
Interpolator.Linear()
|
|
| Method Summary | |
|---|---|
F |
interpolate(F point,
java.util.SortedMap<F,F> pointValues)
Estimates the value at the specified point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Interpolator.Linear()
| Method Detail |
|---|
public F interpolate(F point,
java.util.SortedMap<F,F> pointValues)
Interpolator
interpolate in interface Interpolator<F extends Field<F>,F extends Field<F>>point - the point for which the value is estimated.pointValues - the point-value entries.
|
JScience v4.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||