|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.ExactRealFunction2D
public abstract class ExactRealFunction2D
This class describes a function on a 2D space.
| Constructor Summary | |
|---|---|
ExactRealFunction2D()
|
|
| Method Summary | |
|---|---|
AbelianGroup.Member |
add(AbelianGroup.Member f)
Returns the addition of this function and another. |
ExactRealFunction2D |
add(ExactRealFunction2D f)
DOCUMENT ME! |
ExactRealFunction2D |
divide(ExactRealFunction2D f)
DOCUMENT ME! |
Field.Member |
divide(Field.Member f)
Returns the quotient of this function and another. |
IntervalsList[] |
getIntervalsLists()
DOCUMENT ME! |
Field.Member |
inverse()
Returns this function inverse. |
abstract ExactReal |
map(ExactReal x,
ExactReal y)
DOCUMENT ME! |
ExactReal[] |
map(java.lang.Number[] x)
DOCUMENT ME! |
ExactRealFunction2D |
multiply(ExactRealFunction2D f)
DOCUMENT ME! |
Ring.Member |
multiply(Ring.Member f)
Returns the multiplication of this function and another. |
AbelianGroup.Member |
negate()
Returns the negative of this function. |
int |
numInputDimensions()
DOCUMENT ME! |
int |
numOutputDimensions()
DOCUMENT ME! |
void |
setIntervalsLists(IntervalsList[] lists)
DOCUMENT ME! |
AbelianGroup.Member |
subtract(AbelianGroup.Member f)
Returns the subtraction of this function and another. |
ExactRealFunction2D |
subtract(ExactRealFunction2D f)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExactRealFunction2D()
| Method Detail |
|---|
public abstract ExactReal map(ExactReal x,
ExactReal y)
x - DOCUMENT ME!y - DOCUMENT ME!
public int numInputDimensions()
numInputDimensions in interface NumberMappingNDpublic int numOutputDimensions()
numOutputDimensions in interface NumberMappingNDpublic ExactReal[] map(java.lang.Number[] x)
map in interface NumberMappingNDx - DOCUMENT ME!
org.jscience.mathematics.analysis.Domain.public IntervalsList[] getIntervalsLists()
public void setIntervalsLists(IntervalsList[] lists)
lists - DOCUMENT ME!public AbelianGroup.Member negate()
negate in interface AbelianGroup.Memberpublic AbelianGroup.Member add(AbelianGroup.Member f)
add in interface AbelianGroup.Memberf - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!public ExactRealFunction2D add(ExactRealFunction2D f)
f - DOCUMENT ME!
public AbelianGroup.Member subtract(AbelianGroup.Member f)
subtract in interface AbelianGroup.Memberf - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!public ExactRealFunction2D subtract(ExactRealFunction2D f)
f - DOCUMENT ME!
public Ring.Member multiply(Ring.Member f)
multiply in interface Ring.Memberf - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!public ExactRealFunction2D multiply(ExactRealFunction2D f)
f - DOCUMENT ME!
public Field.Member inverse()
inverse in interface Field.Memberpublic Field.Member divide(Field.Member f)
divide in interface Field.Memberf - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!public ExactRealFunction2D divide(ExactRealFunction2D f)
f - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||