VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
outer_product
Function
7 statements
Source File
libMath.f90
libMath
outer_product
Contents
public pure function outer_product(aVec, bVec)
Compute outer product between two 3d vectors
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in),
dimension(3)
::
aVec
real(kind=dp),
intent(in),
dimension(3)
::
bVec
Return Value
real(kind=dp), dimension(3, 3)