Parallel Colt 0.7.2

Package cern.colt.function.tfloat

Core interfaces for functions, comparisons and procedures on float data type.

See:
          Description

Interface Summary
Float27Function Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Float9Function Interface that represents a function object: a function that takes 9 arguments and returns a single value.
FloatComparator A comparison function which imposes a total ordering on some collection of elements.
FloatFloatFunction Interface that represents a function object: a function that takes two arguments and returns a single value.
FloatFloatProcedure Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
FloatFunction Interface that represents a function object: a function that takes a single argument and returns a single value.
FloatIntProcedure Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
FloatProcedure Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
IntFloatProcedure Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntIntFloatFunction Interface that represents a function object: a function that takes three arguments.
LongFloatProcedure Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
 

Package cern.colt.function.tfloat Description

Core interfaces for functions, comparisons and procedures on float data type.


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage