cross_product Function

public function cross_product(a, b) result(c)

Arguments

Type IntentOptional AttributesName
real(kind=8), intent(in) :: a(:)
real(kind=8), intent(in) :: b(:)

Return Value real(kind=8), allocatable,(:)


Contents

None