|
| real(dp) function | triple_product_d (a, b, c) |
| | Return the triple product of three double precision real 3-vectors.
|
| |
| real(sp) function | triple_product_s (a, b, c) |
| | Return the triple product of three single precision real 3-vectors.
|
| |
Definition at line 70 of file pmat4.f90.
◆ triple_product_d()
| real(dp) function pmat4::triple_product::triple_product_d |
( |
real(dp), dimension(3), intent(in) | a, |
|
|
real(dp), dimension(3), intent(in) | b, |
|
|
real(dp), dimension(3), intent(in) | c ) |
Return the triple product of three double precision real 3-vectors.
- Parameters
-
| [in] | a | real type input 3-vector |
| [in] | b | real type input 3-vector |
| [in] | c | real type input 3-vector |
- Returns
- tripleproduct result, scalar triple product
- Author
- R. J. Purser
Definition at line 335 of file pmat4.f90.
◆ triple_product_s()
| real(sp) function pmat4::triple_product::triple_product_s |
( |
real(sp), dimension(3), intent(in) | a, |
|
|
real(sp), dimension(3), intent(in) | b, |
|
|
real(sp), dimension(3), intent(in) | c ) |
Return the triple product of three single precision real 3-vectors.
- Parameters
-
| [in] | a | real type input 3-vector |
| [in] | b | real type input 3-vector |
| [in] | c | real type input 3-vector |
- Returns
- tripleproduct result, scalar triple product
- Author
- R. J. Purser
Definition at line 321 of file pmat4.f90.
The documentation for this interface was generated from the following file:
- /scratch4/NCEPDEV/nems/Brian.Curtis/git/BrianCurtis-NOAA/UFS_UTILS/v1_14_0/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90