org.apache.commons.math3.analysis
Interface UnivariateMatrixFunction

All Known Subinterfaces:
DifferentiableUnivariateMatrixFunction, UnivariateDifferentiableMatrixFunction

public interface UnivariateMatrixFunction

An interface representing a univariate matrix function.

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

Method Summary
 double[][] value(double x)
          Compute the value for the function.
 

Method Detail

value

double[][] value(double x)
Compute the value for the function.

Parameters:
x - the point for which the function value should be computed
Returns:
the value


Copyright © 2017 CNES. All Rights Reserved.