|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.ExactRealFunction
public abstract class ExactRealFunction
This class describes a function on the real numbers.
| Constructor Summary | |
|---|---|
ExactRealFunction()
|
|
| Method Summary | |
|---|---|
AbelianGroup.Member |
add(AbelianGroup.Member f)
Returns the addition of this function and another. |
ExactRealFunction |
add(ExactRealFunction f)
DOCUMENT ME! |
ExactRealFunction |
compose(ExactRealFunction f)
DOCUMENT ME! |
abstract ExactRealFunction |
differentiate()
Returns the differential of this function. |
ExactRealFunction |
divide(ExactRealFunction f)
DOCUMENT ME! |
Field.Member |
divide(Field.Member f)
Returns the quotient of this function and another. |
IntervalsList |
getIntervalsList()
DOCUMENT ME! |
Field.Member |
inverse()
Returns this function inverse. |
abstract ExactReal |
map(ExactReal x)
DOCUMENT ME! |
java.lang.Number |
map(java.lang.Number x)
DOCUMENT ME! |
ExactRealFunction |
multiply(ExactRealFunction 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. |
void |
setIntervalsList(IntervalsList list)
DOCUMENT ME! |
AbelianGroup.Member |
subtract(AbelianGroup.Member f)
Returns the subtraction of this function and another. |
ExactRealFunction |
subtract(ExactRealFunction f)
DOCUMENT ME! |
ExactRealPolynomial |
taylorExpand(ExactReal a,
int n)
Returns the Taylor expansion of this function about a point. |
ExactRealFunction2D |
tensor(ExactRealFunction f)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExactRealFunction()
| Method Detail |
|---|
public java.lang.Number map(java.lang.Number x)
map in interface NumberMappingx - DOCUMENT ME!
org.jscience.mathematics.analysis.Domain.public abstract ExactReal map(ExactReal x)
x - DOCUMENT ME!
public abstract ExactRealFunction differentiate()
differentiate in interface C1Functionpublic IntervalsList getIntervalsList()
public void setIntervalsList(IntervalsList list)
list - DOCUMENT ME!public ExactRealFunction compose(ExactRealFunction f)
f - 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 ExactRealFunction add(ExactRealFunction f)
f - DOCUMENT ME!
public AbelianGroup.Member subtract(AbelianGroup.Member f)
subtract in interface AbelianGroup.Memberf - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!public ExactRealFunction subtract(ExactRealFunction f)
f - DOCUMENT ME!
public Ring.Member multiply(Ring.Member f)
multiply in interface Ring.Memberf - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!public ExactRealFunction multiply(ExactRealFunction 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 ExactRealFunction divide(ExactRealFunction f)
f - DOCUMENT ME!
public ExactRealFunction2D tensor(ExactRealFunction f)
f - DOCUMENT ME!
public ExactRealPolynomial taylorExpand(ExactReal a,
int n)
a - the point at which to expand about.n - the number of terms to expand to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||