outer Subroutine

public subroutine outer(a, b, c)

Calculates the outer product of two vectors, .

Arguments

Type IntentOptional Attributes Name
real(kind=rp), intent(in), dimension(:) :: a

(m,) array

real(kind=rp), intent(in), dimension(:) :: b

(n,) array

real(kind=rp), intent(out), dimension(:,:) :: c

(m,n) array; Outer product