All Downloads are FREE. Search and download functionalities are using the official Maven repository.

math.function.MultivariateFunction Maven / Gradle / Ivy

There is a newer version: 0.9.5
Show newest version
package math.function;

/**
 * A double-valued multivariate function over double[] arrays.
 */
public interface MultivariateFunction {

    double valueAt(double[] x);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy