|
real(dp) function | det_d (a) |
| Return the determinant of a double precision matrix. More...
|
|
integer(spi) function | det_i (a) |
| Return the determinant of a single precision integer matrix. More...
|
|
integer(dpi) function | det_id (a) |
| Return the determinant of a double precision integer matrix. More...
|
|
real(sp) function | det_s (a) |
| Return the determinant of a single precision matrix. More...
|
|
Definition at line 72 of file pmat4.f90.
real(dp) function pmat4::det::det_d |
( |
real(dp), dimension(:,:), intent(in) |
a | ) |
|
|
private |
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.
integer(spi) function pmat4::det::det_i |
( |
integer(spi), dimension(:,:), intent(in) |
a | ) |
|
|
private |
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.
integer(dpi) function pmat4::det::det_id |
( |
integer(dpi), dimension(:,:), intent(in) |
a | ) |
|
|
private |
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.
real(sp) function pmat4::det::det_s |
( |
real(sp), dimension(:,:), intent(in) |
a | ) |
|
|
private |
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:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90