cross_product Function

public pure function cross_product(u, v) result(c)

Cross product in R3

Arguments

Type IntentOptional Attributes Name
real(kind=rkind), intent(in) :: u(3)
real(kind=rkind), intent(in) :: v(3)

Return Value real(kind=rkind), (3)