org.itc.idv.math
Interface AlgorithmN

All Known Subinterfaces:
AlgorithmOnList, AlgorithmOnValues

public interface AlgorithmN

Describe a list of algorithms using the params as inputs and returning a list of doubles

Author:
Willem Nieuwenhuis

Method Summary
 double[] calculate(double[] params)
          Calculates the results of the AlgorithmN for the values in params.
 

Method Detail

calculate

double[] calculate(double[] params)
Calculates the results of the AlgorithmN for the values in params.

Returns:
the result
Throws:
java.lang.RuntimeException