|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PrimitiveMapping
This interface defines a map or function. It is used to pass user-defined functions to some of the other maths classes.
NumericalMathUtils,
AbstractMapping| Method Summary | |
|---|---|
double |
map(double x)
A user-defined function. |
double |
map(float x)
DOCUMENT ME! |
double |
map(int x)
DOCUMENT ME! |
double |
map(long x)
DOCUMENT ME! |
| Method Detail |
|---|
double map(int x)
x - DOCUMENT ME!
double map(long x)
x - DOCUMENT ME!
double map(float x)
x - DOCUMENT ME!
double map(double x)
org.jscience.mathematics.analysis.IntervalList.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||