SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | List of all members
MultiFunction Interface Reference

This interface should be implemented by classes which represent multivariate mathematical functions. More...

Public Member Functions

double evaluate (double[] X)
 Returns the value of the function evaluated at \(X\). More...
 

Detailed Description

This interface should be implemented by classes which represent multivariate mathematical functions.

It is used to pass an arbitrary function of a vector variable as argument to another function.

Member Function Documentation

◆ evaluate()

double evaluate ( double []  X)

Returns the value of the function evaluated at \(X\).

Parameters
Xpoint at which the function is evaluated
Returns
value of function at X

The documentation for this interface was generated from the following file: