JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method