|
subroutine | expsym2d_e (x, z, zd) |
| Get the exponential and its symmetric derivative for a symmetric 2*2 matrix using eigen-decomposition.
|
|
Definition at line 27 of file psym2.f90.
◆ expsym2d_e()
subroutine psym2::expsym2d_e::expsym2d_e |
( |
real(dp), dimension(2,2), intent(in) | x, |
|
|
real(dp), dimension(2,2), intent(out) | z, |
|
|
real(dp), dimension(2,2,2,2), intent(out) | zd ) |
Get the exponential and its symmetric derivative for a symmetric 2*2 matrix using eigen-decomposition.
- Parameters
-
[in] | x | symmetric 2*2 positive-definite matrix |
[out] | z | exp of symmetrix matrix x |
[out] | zd | symmetric derivative of z wrt x |
- Author
- R. J. Purser
Definition at line 316 of file psym2.f90.
References pietc::u0.
The documentation for this interface was generated from the following file:
- /scratch4/NCEPDEV/nems/Brian.Curtis/git/BrianCurtis-NOAA/UFS_UTILS/v1_14_0/sorc/grid_tools.fd/regional_esg_grid.fd/psym2.f90