public interface logspace
Create rank 1 array of logarithmically spaced elements from basestart to baseend.
If the number of elements is not specified, create an array with size 50. If n is a negative value,
return an array with size 0. If n = 1, return an array whose only element is base**end. If no base
is specified, logspace will default to using a base of 10
(Specification)
Functions
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
Return Value
complex(kind=dp), (DEFAULT_LOGSPACE_LENGTH)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
Return Value
complex(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
complex(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
integer,
|
intent(in) |
|
|
:: |
base |
|
Return Value
complex(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
complex(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
Return Value
complex(kind=sp), (DEFAULT_LOGSPACE_LENGTH)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
Return Value
complex(kind=sp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
complex(kind=sp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
integer,
|
intent(in) |
|
|
:: |
base |
|
Return Value
complex(kind=sp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
complex(kind=sp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
start |
|
integer,
|
intent(in) |
|
|
:: |
end |
|
Return Value
real(kind=dp), (DEFAULT_LOGSPACE_LENGTH)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
start |
|
integer,
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
Return Value
real(kind=dp), (n)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
start |
|
integer,
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
complex(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
start |
|
integer,
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
complex(kind=sp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
start |
|
integer,
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
integer,
|
intent(in) |
|
|
:: |
base |
|
Return Value
integer, (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
start |
|
integer,
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
real(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer,
|
intent(in) |
|
|
:: |
start |
|
integer,
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
real(kind=sp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
Return Value
real(kind=dp), (DEFAULT_LOGSPACE_LENGTH)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
Return Value
real(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
real(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
integer,
|
intent(in) |
|
|
:: |
base |
|
Return Value
real(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
real(kind=dp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
Return Value
real(kind=sp), (DEFAULT_LOGSPACE_LENGTH)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
Return Value
real(kind=sp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
real(kind=sp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
integer,
|
intent(in) |
|
|
:: |
base |
|
Return Value
real(kind=sp), (max(n,0))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
start |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
end |
|
integer,
|
intent(in) |
|
|
:: |
n |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
base |
|
Return Value
real(kind=sp), (max(n,0))