grid_tools 1.14.0
Loading...
Searching...
No Matches
pmat4::triple_product Interface Reference

Public Member Functions

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.
 

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 )

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 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]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 321 of file pmat4.f90.


The documentation for this interface was generated from the following file: