org.apache.commons.math3.analysis
public interface BivariateFunction
Modifier and Type | Method and Description |
---|---|
double |
value(double x,
double y)
Compute the value for the function.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.