|
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...
|
|
Definition at line 62 of file pmat4.f90.
◆ 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] | u | real type input unit vector |
[in] | a | real 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] | u | real type input unit vector |
[in] | a | real 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:
- /lfs/h2/emc/stmp/george.gayno/UFS_UTILS.tag/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90