org.apache.commons.math.analysis
Interface MultivariateMatrixFunction
public interface MultivariateMatrixFunction
An interface representing a multivariate matrix function.
- Since:
- 2.0
- Version:
- $Id: MultivariateMatrixFunction.java 1165809 2011-09-06 20:00:37Z luc $
|
Method Summary |
double[][] |
value(double[] point)
Compute the value for the function at the given point. |
value
double[][] value(double[] point)
throws java.lang.IllegalArgumentException
- Compute the value for the function at the given point.
- Parameters:
point - point at which the function must be evaluated
- Returns:
- function value for the given point
- Throws:
java.lang.IllegalArgumentException - if points dimension is wrong
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.