org.apache.commons.math3.analysis
Interface MultivariateMatrixFunction

All Known Implementing Classes:
JacobianFunction

public interface MultivariateMatrixFunction

An interface representing a multivariate matrix function.

Since:
2.0
Version:
$Id: MultivariateMatrixFunction.java 3720 2012-03-16 16:34:17Z CardosoP $

Method Summary
 double[][] value(double[] point)
          Compute the value for the function at the given point.
 

Method Detail

value

double[][] value(double[] point)
                 throws 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:
IllegalArgumentException - if points dimension is wrong


Copyright © 2017 CNES. All Rights Reserved.