grid_tools  1.13.0
pmat4::triple_product Interface Reference

Private Member Functions

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...
 

Detailed Description

Definition at line 70 of file pmat4.f90.

Member Function/Subroutine Documentation

◆ 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]areal type input 3-vector
[in]breal type input 3-vector
[in]creal 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]areal type input 3-vector
[in]breal type input 3-vector
[in]creal 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: