TFana
Documentation
Modules
Procedures
Derived Types
Program
outer_product
Function
MIT
9 statements
math
outer_product
Contents
public pure function outer_product(u, v) result(o)
Outer product
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=rkind),
intent(in)
::
u
(:)
real(kind=rkind),
intent(in)
::
v
(:)
Return Value
real(kind=rkind), (size(u),size(v))