Function.java

Go to the documentation of this file.
00001 package com.graphbuilder.math.func;
00002 
00012 public interface Function {
00013 
00018     public double of(double[] param, int numParam);
00019 
00024     public boolean acceptNumParam(int numParam);
00025 
00026 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1