Kind of particular 2D autocorrelation function
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=R8), | intent(in) | :: | xi |
x coordinates |
||
real(kind=R8), | intent(in) | :: | yi |
y coordinates |
||
real(kind=R8), | intent(inout), | dimension(1:nb_var) | :: | var |
parameter vector |
|
integer(kind=I4), | intent(in) | :: | nb_var |
number of parameters |
||
character(len=*), | intent(in) | :: | typ |
not used here |