|
real(dp) function | triple_product_d (a, b, c) |
| Return the triple product of three double precision real 3-vectors. More...
|
|
real(sp) function | triple_product_s (a, b, c) |
| Return the triple product of three single precision real 3-vectors. More...
|
|
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 |
|
) |
| |
|
private |
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 336 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 |
|
) |
| |
|
private |
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 322 of file pmat4.f90.
The documentation for this interface was generated from the following file:
- /lfs/h2/emc/global/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90