|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.neu.ccs.FunctionComplex
Class FunctionComplex is a collection of interfaces
that classify functions that accept and return values of
type XComplex according to the number and kind of
direct function arguments.
For example, a class that implements the interface
FunctionComplex.OneArg is required to have a method
with the following signature.
public XComplex evaluate(XComplex x).
Tools and instances of FunctionComplex.OneArg
may be found in the classes FC
and XPolynomialComplex.
Class FunctionComplex cannot be instantiated.
| Nested Class Summary | |
static interface |
FunctionComplex.ArrayArg
|
static interface |
FunctionComplex.ArrayOfArrayArg
|
static interface |
FunctionComplex.FourArg
|
static interface |
FunctionComplex.NoArg
|
static interface |
FunctionComplex.OneArg
|
static interface |
FunctionComplex.ThreeArg
|
static interface |
FunctionComplex.TwoArg
|
static interface |
FunctionComplex.TwoArrayArg
|
| Constructor Summary | |
private |
FunctionComplex()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
private FunctionComplex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||