orbital.math.functional
Interface Function.Composite
- All Superinterfaces:
- Arithmetic, Composite, Function, Function.Composite, Functor, Functor.Composite, MathFunctor, MathFunctor.Composite, Normed
- Enclosing interface:
- Function
public static interface Function.Composite
- extends Function.Composite, Function, MathFunctor.Composite
A composite function.
compose: Map(A,B)×Map(C,A)->Map(C,B); (f,g) |-> f º g := f(g).
derive: (f º g)' = (f' º g) . g'.
A Function could be composed of
two Functions with one concatenated with the other.
- Author:
- André Platzer
- See Also:
Functionals.compose(Function, Function)- Structure:
- is
Functor.Composite section Function, extends Function, extends orbital.logic.functor.Function.Composite, aggregate outer:Function, aggregate inner:Function
| Methods inherited from interface orbital.logic.functor.Function |
apply |
| Methods inherited from interface orbital.math.Arithmetic |
add, divide, equals, inverse, isOne, isZero, minus, multiply, one, power, scale, subtract, toString, zero |
| Methods inherited from interface orbital.math.Normed |
norm |
Copyright © 1996-2006 André Platzer
All Rights Reserved.