Parallel Colt 0.7.2

cern.colt.matrix.tfloat.algo
Interface FloatStatistic.VectorVectorFunction

Enclosing class:
FloatStatistic

public static interface FloatStatistic.VectorVectorFunction

Interface that represents a function object: a function that takes two argument vectors and returns a single value.


Method Summary
 float apply(FloatMatrix1D x, FloatMatrix1D y)
          Applies a function to two argument vectors.
 

Method Detail

apply

float apply(FloatMatrix1D x,
            FloatMatrix1D y)
Applies a function to two argument vectors.

Parameters:
x - the first argument vector passed to the function.
y - the second argument vector passed to the function.
Returns:
the result of the function.

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage