grid_tools  1.13.0
pmat4::orthogonalized Interface Reference

Private Member Functions

real(dp) function, dimension(size(u)) orthogonalized_d (u, a)
 Return the part of vector a that is orthogonal to unit vector u. More...
 
real(sp) function, dimension(size(u)) orthogonalized_s (u, a)
 Return the part of vector a that is orthogonal to unit vector u. More...
 

Detailed Description

Definition at line 62 of file pmat4.f90.

Member Function/Subroutine Documentation

◆ orthogonalized_d()

real(dp) function, dimension(size(u)) pmat4::orthogonalized::orthogonalized_d ( real(dp), dimension(:), intent(in)  u,
real(dp), dimension(:), intent(in)  a 
)
private

Return the part of vector a that is orthogonal to unit vector u.

Parameters
[in]ureal type input unit vector
[in]areal type input vector
Returns
b result, double precision real vector
Author
R. J. Purser

Definition at line 187 of file pmat4.f90.

◆ orthogonalized_s()

real(sp) function, dimension(size(u)) pmat4::orthogonalized::orthogonalized_s ( real(sp), dimension(:), intent(in)  u,
real(sp), dimension(:), intent(in)  a 
)
private

Return the part of vector a that is orthogonal to unit vector u.

Parameters
[in]ureal type input unit vector
[in]areal type input vector
Returns
b result, single precision real vector
Author
R. J. Purser

Definition at line 172 of file pmat4.f90.


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