Calculates the outer product of two vectors, .
Type | Intent | Optional | 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 |