fcnnvar Interface

interface
public function fcnnvar(x) result(f)

Arguments

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

An N-element array containing the independent variables.

Return Value real(kind=real64)

The value of the function.

Description

Describes a function of N variables.