|
real(dp) function | det_d (a) |
| Return the determinant of a double precision matrix.
|
|
integer(spi) function | det_i (a) |
| Return the determinant of a single precision integer matrix.
|
|
integer(dpi) function | det_id (a) |
| Return the determinant of a double precision integer matrix.
|
|
real(sp) function | det_s (a) |
| Return the determinant of a single precision matrix.
|
|
Definition at line 72 of file pmat4.f90.
◆ det_d()
real(dp) function pmat4::det::det_d |
( |
real(dp), dimension(:,:), intent(in) | a | ) |
|
Return the determinant of a double precision matrix.
- Parameters
-
[in] | a | real type input matrix A |
- Returns
- det result, determinant of matrix A
- Author
- R. J. Purser
Definition at line 368 of file pmat4.f90.
References pietc::u0.
◆ det_i()
integer(spi) function pmat4::det::det_i |
( |
integer(spi), dimension(:,:), intent(in) | a | ) |
|
Return the determinant of a single precision integer matrix.
- Parameters
-
[in] | a | integer type input matrix A |
- Returns
- idet result, determinant of matrix A
- Author
- R. J. Purser
Definition at line 389 of file pmat4.f90.
◆ det_id()
integer(dpi) function pmat4::det::det_id |
( |
integer(dpi), dimension(:,:), intent(in) | a | ) |
|
Return the determinant of a double precision integer matrix.
- Parameters
-
[in] | a | integer type input matrix A |
- Returns
- idet result, determinant of matrix A
- Author
- R. J. Purser
Definition at line 403 of file pmat4.f90.
References pkind::dp, and pkind::dpi.
◆ det_s()
real(sp) function pmat4::det::det_s |
( |
real(sp), dimension(:,:), intent(in) | a | ) |
|
Return the determinant of a single precision matrix.
- Parameters
-
[in] | a | real type input matrix A |
- Returns
- det result, determinant of matrix A
- Author
- R. J. Purser
Definition at line 347 of file pmat4.f90.
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/pmat4.f90