public interface logspace
创建从基数**start 到基数**end 的对数等间隔元素的一维数组。如果未指定元素数量,则创建一个大小为 50 的数组。如果 n 为负值,则返回大小为 0 的数组。如果 n = 1,则返回一个数组,其中只有一个元素是 base**end。如果未指定基数,logspace 将默认使用基数 10
(规范)
函数
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
end |
|
返回值 complex(kind=dp), (DEFAULT_LOGSPACE_LENGTH)
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
返回值 complex(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
base |
|
返回值 complex(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
integer, |
intent(in) |
|
|
:: |
base |
|
返回值 complex(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
real(kind=dp), |
intent(in) |
|
|
:: |
base |
|
返回值 complex(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
end |
|
返回值 complex(kind=sp), (DEFAULT_LOGSPACE_LENGTH)
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
返回值 complex(kind=sp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
base |
|
返回值 complex(kind=sp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
integer, |
intent(in) |
|
|
:: |
base |
|
返回值 complex(kind=sp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
start |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
real(kind=sp), |
intent(in) |
|
|
:: |
base |
|
返回值 complex(kind=sp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
integer, |
intent(in) |
|
|
:: |
start |
|
integer, |
intent(in) |
|
|
:: |
end |
|
返回值 real(kind=dp), (DEFAULT_LOGSPACE_LENGTH)
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
integer, |
intent(in) |
|
|
:: |
start |
|
integer, |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
返回值 real(kind=dp), (n)
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
integer, |
intent(in) |
|
|
:: |
start |
|
integer, |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
base |
|
返回值 complex(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
integer, |
intent(in) |
|
|
:: |
start |
|
integer, |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
base |
|
返回值 complex(kind=sp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
integer, |
intent(in) |
|
|
:: |
start |
|
integer, |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
integer, |
intent(in) |
|
|
:: |
base |
|
返回值 integer, (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
integer, |
intent(in) |
|
|
:: |
start |
|
integer, |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
real(kind=dp), |
intent(in) |
|
|
:: |
base |
|
返回值 real(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
integer, |
intent(in) |
|
|
:: |
start |
|
integer, |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
real(kind=sp), |
intent(in) |
|
|
:: |
base |
|
返回值 real(kind=sp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=dp), |
intent(in) |
|
|
:: |
start |
|
real(kind=dp), |
intent(in) |
|
|
:: |
end |
|
返回值 real(kind=dp), (DEFAULT_LOGSPACE_LENGTH)
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=dp), |
intent(in) |
|
|
:: |
start |
|
real(kind=dp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
返回值 real(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=dp), |
intent(in) |
|
|
:: |
start |
|
real(kind=dp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
complex(kind=dp), |
intent(in) |
|
|
:: |
base |
|
返回值 real(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=dp), |
intent(in) |
|
|
:: |
start |
|
real(kind=dp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
integer, |
intent(in) |
|
|
:: |
base |
|
返回值 real(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=dp), |
intent(in) |
|
|
:: |
start |
|
real(kind=dp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
real(kind=dp), |
intent(in) |
|
|
:: |
base |
|
返回值 real(kind=dp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=sp), |
intent(in) |
|
|
:: |
start |
|
real(kind=sp), |
intent(in) |
|
|
:: |
end |
|
返回值 real(kind=sp), (DEFAULT_LOGSPACE_LENGTH)
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=sp), |
intent(in) |
|
|
:: |
start |
|
real(kind=sp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
返回值 real(kind=sp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=sp), |
intent(in) |
|
|
:: |
start |
|
real(kind=sp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
complex(kind=sp), |
intent(in) |
|
|
:: |
base |
|
返回值 real(kind=sp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=sp), |
intent(in) |
|
|
:: |
start |
|
real(kind=sp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
integer, |
intent(in) |
|
|
:: |
base |
|
返回值 real(kind=sp), (max(n,0))
参数
类型 |
意图 | 可选 | 属性 |
|
名称 |
|
real(kind=sp), |
intent(in) |
|
|
:: |
start |
|
real(kind=sp), |
intent(in) |
|
|
:: |
end |
|
integer, |
intent(in) |
|
|
:: |
n |
|
real(kind=sp), |
intent(in) |
|
|
:: |
base |
|
返回值 real(kind=sp), (max(n,0))