public interface RickerFunction
It returns the Ricker's function.
Module Procedures
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
t |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
sigma |
|
real(kind=real64),
|
intent(in), |
optional |
|
:: |
center |
|
Return Value
real(kind=real64)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
t(:) |
|
real(kind=real64),
|
intent(in) |
|
|
:: |
sigma |
|
real(kind=real64),
|
intent(in), |
optional |
|
:: |
center |
|
Return Value
real(kind=real64), allocatable, (:)