public interface cross_product
Functions
public pure module function cross_product_real_kind(v1, v2) result(ans)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=fffc_real_kind),
|
intent(in) |
|
|
:: |
v1(3) |
|
real(kind=fffc_real_kind),
|
intent(in) |
|
|
:: |
v2(3) |
|
Return Value
real(kind=fffc_real_kind), (3)
public pure module function cross_product_int_kind(v1, v2) result(ans)
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
integer(kind=fffc_int_kind),
|
intent(in) |
|
|
:: |
v1(3) |
|
integer(kind=fffc_int_kind),
|
intent(in) |
|
|
:: |
v2(3) |
|
Return Value
integer(kind=fffc_int_kind), (3)