Orbital library

orbital.math.functional
Interface MathFunctor.Composite

All Superinterfaces:
Arithmetic, Composite, Functor, Functor.Composite, MathFunctor, Normed
All Known Subinterfaces:
BinaryFunction.Composite, Function.Composite
Enclosing interface:
MathFunctor

public static interface MathFunctor.Composite
extends Functor.Composite, MathFunctor

A composed mathematical functors.

compose: (f,g) |-> f º g := f(g)

Functions could be composed of an outer Function and an inner Function concatenated with each other.

Author:
André Platzer
Structure:
is Functor.Composite section MathFunctor, extends MathFunctor, extends Functor.Composite

Nested Class Summary
 
Nested classes/interfaces inherited from interface orbital.math.functional.MathFunctor
MathFunctor.Composite
 
Nested classes/interfaces inherited from interface orbital.logic.functor.Functor
Functor.Specification
 
Method Summary
 
Methods inherited from interface orbital.logic.functor.Functor.Composite
getNotation, setNotation
 
Methods inherited from interface orbital.logic.Composite
construct, getComponent, getCompositor, setComponent, setCompositor
 
Methods inherited from interface orbital.logic.functor.Functor
equals, hashCode, toString
 
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
 


Orbital library
1.2.0: 23 Apr 2008

Copyright © 1996-2006 André Platzer
All Rights Reserved.