VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
cross_product
Function
7 statements
Source File
libMath_noBLAS.f90
libMath
cross_product
Contents
public pure function cross_product(aVec, bVec)
Compute cross 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)