Parallel Colt 0.7.2

cern.colt.function.tfloat
Interface Float9Function


public interface Float9Function

Interface that represents a function object: a function that takes 9 arguments and returns a single value.


Method Summary
 float apply(float a00, float a01, float a02, float a10, float a11, float a12, float a20, float a21, float a22)
          Applies a function to nine arguments.
 

Method Detail

apply

float apply(float a00,
            float a01,
            float a02,
            float a10,
            float a11,
            float a12,
            float a20,
            float a21,
            float a22)
Applies a function to nine arguments.

Returns:
the result of the function.

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage