public interface cross_product
Computes the cross product of two vectors, returning a rank-1 and size-3 array
(Specification)
Functions
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
a(3) |
|
complex(kind=dp),
|
intent(in) |
|
|
:: |
b(3) |
|
Return Value
complex(kind=dp), (3)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
a(3) |
|
complex(kind=sp),
|
intent(in) |
|
|
:: |
b(3) |
|
Return Value
complex(kind=sp), (3)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
a(3) |
|
integer(kind=int16),
|
intent(in) |
|
|
:: |
b(3) |
|
Return Value
integer(kind=int16), (3)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
a(3) |
|
integer(kind=int32),
|
intent(in) |
|
|
:: |
b(3) |
|
Return Value
integer(kind=int32), (3)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
a(3) |
|
integer(kind=int64),
|
intent(in) |
|
|
:: |
b(3) |
|
Return Value
integer(kind=int64), (3)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
a(3) |
|
integer(kind=int8),
|
intent(in) |
|
|
:: |
b(3) |
|
Return Value
integer(kind=int8), (3)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
a(3) |
|
real(kind=dp),
|
intent(in) |
|
|
:: |
b(3) |
|
Return Value
real(kind=dp), (3)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
a(3) |
|
real(kind=sp),
|
intent(in) |
|
|
:: |
b(3) |
|
Return Value
real(kind=sp), (3)