cross_product Function

public pure function cross_product(aVec, bVec)

Compute cross product between two 3d vectors

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), dimension(3) :: aVec
real(kind=dp), intent(in), dimension(3) :: bVec

Return Value real(kind=dp), dimension(3)