|
Orbital library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MathFunctor | |
|---|---|
| orbital.math | Defines arithmetic objects and provides mathematical algorithms. |
| orbital.math.functional | Contains mathematical functors and extended functional operations. |
| Uses of MathFunctor in orbital.math |
|---|
| Subinterfaces of MathFunctor in orbital.math | |
|---|---|
interface |
Polynomial
Polynomial p in R[S] := R(S). |
interface |
UnivariatePolynomial
(Univariate) polynomial p in R[X]. |
| Methods in orbital.math with parameters of type MathFunctor | |
|---|---|
java.lang.String |
ArithmeticFormat.format(MathFunctor obj)
Specialization of format. |
java.lang.StringBuffer |
ArithmeticFormat.format(MathFunctor f,
java.lang.StringBuffer result,
java.text.FieldPosition fieldPosition)
Specialization of format. |
| Uses of MathFunctor in orbital.math.functional |
|---|
| Subinterfaces of MathFunctor in orbital.math.functional | |
|---|---|
interface |
BinaryFunction
This interface encapsulates a binary function "r = f(x,y)". |
static interface |
BinaryFunction.Composite
A composite function. |
interface |
Function
This interface encapsulates a mathematical unary function "r = f(x)". |
static interface |
Function.Composite
A composite function. |
static interface |
MathFunctor.Composite
A composed mathematical functors. |
| Methods in orbital.math.functional that return MathFunctor | |
|---|---|
static MathFunctor |
Functionals.genericCompose(BinaryFunction f,
java.lang.Object g,
java.lang.Object h)
generic compose calls the compose function appropriate for the type of g and h. |
static MathFunctor |
Functionals.genericCompose(Function f,
java.lang.Object g)
generic compose calls the compose function appropriate for the type of g. |
|
Orbital library 1.2.0: 23 Apr 2008 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||