|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.analysis.RealFunction
This class describes a function on the real numbers.
Constructor Summary | |
RealFunction()
|
Method Summary | |
AbelianGroup.Member |
add(AbelianGroup.Member f)
Returns the addition of this function and another. |
RealFunction |
add(RealFunction f)
|
RealFunction |
compose(RealFunction f)
|
abstract RealFunction |
differentiate()
Returns the differential of this function. |
RealFunction |
multiply(RealFunction f)
|
Ring.Member |
multiply(Ring.Member f)
Returns the multiplication of this function and another. |
AbelianGroup.Member |
negate()
Returns the negative of this matrix. |
AbelianGroup.Member |
subtract(AbelianGroup.Member f)
Returns the subtraction of this function and another. |
RealFunction |
subtract(RealFunction f)
|
RealPolynomial |
taylorExpand(double a,
int n)
Returns the Taylor expansion of this function about a point. |
RealFunction2D |
tensor(RealFunction f)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface JSci.maths.Mapping |
map |
Constructor Detail |
public RealFunction()
Method Detail |
public RealFunction compose(RealFunction f)
public AbelianGroup.Member negate()
negate
in interface AbelianGroup.Member
public AbelianGroup.Member add(AbelianGroup.Member f)
add
in interface AbelianGroup.Member
f
- a group memberpublic RealFunction add(RealFunction f)
public AbelianGroup.Member subtract(AbelianGroup.Member f)
subtract
in interface AbelianGroup.Member
f
- a group memberpublic RealFunction subtract(RealFunction f)
public Ring.Member multiply(Ring.Member f)
multiply
in interface Ring.Member
f
- a ring memberpublic RealFunction multiply(RealFunction f)
public RealFunction2D tensor(RealFunction f)
public RealPolynomial taylorExpand(double a, int n)
a
- the point at which to expand about.n
- the number of terms to expand to.
public abstract RealFunction differentiate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |