Computes 3D cross product of single precision vectors
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=4), | intent(in), | DIMENSION( 3 ) | :: | a | ||
real(kind=4), | intent(in), | DIMENSION( 3 ) | :: | b |
Computes 3D cross product of double precision vectors
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=8), | intent(in), | DIMENSION( 3 ) | :: | a | ||
real(kind=8), | intent(in), | DIMENSION( 3 ) | :: | b |