JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
smile.math
Interface MultivariateFunction
All Known Subinterfaces:
DifferentiableMultivariateFunction
All Known Implementing Classes:
AbstractDifferentiableMultivariateFunction
public interface
MultivariateFunction
An interface representing a multivariate real function.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
f
(double[] x)
Compute the value of the function at x.
Method Detail
f
double f(double[] x)
Compute the value of the function at x.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method