Interface MultivariateMatrixFunction


public interface MultivariateMatrixFunction
An interface representing a multivariate matrix function.
Since:
2.0
Version:
$Revision: 1073158 $ $Date: 2011-02-21 22:46:52 +0100 (lun. 21 févr. 2011) $
  • Method Summary

    Modifier and Type
    Method
    Description
    double[][]
    value(double[] point)
    Compute the value for the function at the given point.