public interface outer_product
Computes the outer product of two vectors, returning a rank-2 array
(Specification)
Functions
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
u(:) |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
v(:) |
|
Return Value
complex(kind=dp), (size(u),size(v))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
u(:) |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
v(:) |
|
Return Value
complex(kind=sp), (size(u),size(v))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
u(:) |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
v(:) |
|
Return Value
integer(kind=int16), (size(u),size(v))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
u(:) |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
v(:) |
|
Return Value
integer(kind=int32), (size(u),size(v))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
u(:) |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
v(:) |
|
Return Value
integer(kind=int64), (size(u),size(v))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
u(:) |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
v(:) |
|
Return Value
integer(kind=int8), (size(u),size(v))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
u(:) |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
v(:) |
|
Return Value
real(kind=dp), (size(u),size(v))
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
u(:) |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
v(:) |
|
Return Value
real(kind=sp), (size(u),size(v))