|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.ComplexFunction
public abstract class ComplexFunction
This class describes a function on the real numbers.
| Constructor Summary | |
|---|---|
ComplexFunction()
|
|
| Method Summary | |
|---|---|
AbelianGroup.Member |
add(AbelianGroup.Member f)
Returns the addition of this function and another. |
ComplexFunction |
add(ComplexFunction f)
DOCUMENT ME! |
ComplexFunction |
compose(ComplexFunction f)
DOCUMENT ME! |
Field.Member |
cos()
Returns the cosine of this function. |
abstract ComplexFunction |
differentiate()
Returns the differential of this function. |
ComplexFunction |
divide(ComplexFunction f)
DOCUMENT ME! |
Field.Member |
divide(Field.Member f)
Returns the quotient of this function and another. |
Field.Member |
exp()
Returns the exp of this function. |
IntervalsList[] |
getIntervalsLists()
DOCUMENT ME! |
Field.Member |
inverse()
Returns this function inverse. |
Field.Member |
log()
Returns the log of this function (actually the ln, see java.lang.Math). |
abstract Complex |
map(Complex x)
DOCUMENT ME! |
java.lang.Number |
map(java.lang.Number x)
DOCUMENT ME! |
ComplexFunction |
multiply(ComplexFunction 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. |
Field.Member |
power(double d)
Returns this function raised to a power. |
void |
setIntervalsLists(IntervalsList[] lists)
DOCUMENT ME! |
Field.Member |
sin()
Returns the sine of this function. |
Field.Member |
sqrt()
Returns the sqrt of this function. |
AbelianGroup.Member |
subtract(AbelianGroup.Member f)
Returns the subtraction of this function and another. |
ComplexFunction |
subtract(ComplexFunction f)
DOCUMENT ME! |
ComplexPolynomial |
taylorExpand(Complex a,
int n)
Returns the Taylor expansion of this function about a point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComplexFunction()
| Method Detail |
|---|
public abstract Complex map(Complex x)
map in interface ComplexMappingx - DOCUMENT ME!
org.jscience.mathematics.analysis.Domain.public java.lang.Number map(java.lang.Number x)
map in interface NumberMappingx - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!org.jscience.mathematics.analysis.Domain.public abstract ComplexFunction differentiate()
differentiate in interface C1Functionpublic IntervalsList[] getIntervalsLists()
public void setIntervalsLists(IntervalsList[] lists)
lists - DOCUMENT ME!public ComplexFunction compose(ComplexFunction 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 ComplexFunction add(ComplexFunction f)
f - DOCUMENT ME!
public AbelianGroup.Member subtract(AbelianGroup.Member f)
subtract in interface AbelianGroup.Memberf - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!public ComplexFunction subtract(ComplexFunction f)
f - DOCUMENT ME!
public Ring.Member multiply(Ring.Member f)
multiply in interface Ring.Memberf - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!public ComplexFunction multiply(ComplexFunction 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 ComplexFunction divide(ComplexFunction f)
f - DOCUMENT ME!
public Field.Member power(double d)
d - DOCUMENT ME!
public Field.Member cos()
public Field.Member sin()
public Field.Member log()
public Field.Member exp()
public Field.Member sqrt()
public ComplexPolynomial taylorExpand(Complex 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 | ||||||||