SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
umontreal.ssj.functions.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\).

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.

Definition at line 34 of file MultiFunction.java.

Member Function Documentation

◆ evaluate()

double umontreal.ssj.functions.MultiFunction.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: