com.gregdennis.drej
Interface Function

All Known Implementing Classes:
Representer

public interface Function

A total scalar function.

Author:
Greg Dennis (gdennis@mit.edu)

Method Summary
 double eval(GVector x)
          Evaluates the function at the specified point.
 

Method Detail

eval

double eval(GVector x)
Evaluates the function at the specified point.