|
real(dp) function | trace_d (b) |
| Return the trace of a given double precision real matrix. More...
|
|
integer(spi) function | trace_i (b) |
| Return the trace of a given integer matrix. More...
|
|
real(sp) function | trace_s (b) |
| Return the trace of a given single precision real matrix. More...
|
|
Definition at line 78 of file pmat4.f90.
◆ trace_d()
real(dp) function pmat4::trace::trace_d |
( |
real(dp), dimension(:,:), intent(in) |
b | ) |
|
|
private |
Return the trace of a given double precision real matrix.
- Parameters
-
[in] | b | real type input matrix B |
- Returns
- s result, trace, or sum of diagonal elements, of B
- Author
- R. J. Purser
Definition at line 579 of file pmat4.f90.
◆ trace_i()
integer(spi) function pmat4::trace::trace_i |
( |
integer(spi), dimension(:,:), intent(in) |
b | ) |
|
|
private |
Return the trace of a given integer matrix.
- Parameters
-
[in] | b | integer type input matrix B |
- Returns
- s result, trace, or sum of diagonal elements, of B
- Author
- R. J. Purser
Definition at line 591 of file pmat4.f90.
◆ trace_s()
real(sp) function pmat4::trace::trace_s |
( |
real(sp), dimension(:,:), intent(in) |
b | ) |
|
|
private |
Return the trace of a given single precision real matrix.
- Parameters
-
[in] | b | real type input matrix B |
- Returns
- s result, trace, or sum of diagonal elements, of B
- Author
- R. J. Purser
Definition at line 567 of file pmat4.f90.
The documentation for this interface was generated from the following file:
- /lfs/h2/emc/global/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90