outer Subroutine

public subroutine outer(a, b, c)

Calculates the outer product of two vectors, .

Arguments

Type IntentOptional AttributesName
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


Contents

None