fcnnvar Interface

interface
public function fcnnvar(x, args) result(f)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), dimension(:) :: x

An N-element array containing the independent variables.

class(*), intent(inout), optional :: args

An optional argument to allow the user to communicate with the routine.

Return Value real(kind=real64)

The value of the function.

Description

Describes a function of N variables.