|
subroutine | dl1lm (a, b) |
| Cholesky, M -> L*U, U(i,j)=L(j,i) More...
|
|
subroutine | dl1lmf (a, b, ff) |
| Cholesky, M -> L*U, U(i,j)=L(j,i) More...
|
|
subroutine | sl1lm (a, b) |
| Cholesky, M -> L*U, U(i,j)=L(j,i) More...
|
|
subroutine | sl1lmf (a, b, ff) |
| Cholesky, M -> L*U, U(i,j)=L(j,i) More...
|
|
Definition at line 37 of file pmat.f90.
◆ dl1lm()
subroutine pmat::l1lm::dl1lm |
( |
real(dp), dimension(:,:), intent(in) |
a, |
|
|
real(dp), dimension(:,:), intent(inout) |
b |
|
) |
| |
|
private |
Cholesky, M -> L*U, U(i,j)=L(j,i)
- Parameters
-
[in] | a | symmetric matrix. |
[in,out] | b | Cholesky factor matrix. |
- Author
- R. J. Purser
Definition at line 934 of file pmat.f90.
◆ dl1lmf()
subroutine pmat::l1lm::dl1lmf |
( |
real(dp), dimension(:,:), intent(in) |
a, |
|
|
real(dp), dimension(:,:), intent(inout) |
b, |
|
|
logical, intent(out) |
ff |
|
) |
| |
|
private |
Cholesky, M -> L*U, U(i,j)=L(j,i)
- Parameters
-
[in] | a | symmetric matrix. |
[in,out] | b | Cholesky factor matrix. |
[out] | ff | failure flag |
- Author
- R. J. Purser
Definition at line 982 of file pmat.f90.
◆ sl1lm()
subroutine pmat::l1lm::sl1lm |
( |
real(sp), dimension(:,:), intent(in) |
a, |
|
|
real(sp), dimension(:,:), intent(inout) |
b |
|
) |
| |
|
private |
Cholesky, M -> L*U, U(i,j)=L(j,i)
- Parameters
-
[in] | a | symmetric matrix. |
[in,out] | b | Cholesky factor matrix. |
- Author
- R. J. Purser
Definition at line 921 of file pmat.f90.
◆ sl1lmf()
subroutine pmat::l1lm::sl1lmf |
( |
real(sp), dimension(:,:), intent(in) |
a, |
|
|
real(sp), dimension(:,:), intent(inout) |
b, |
|
|
logical, intent(out) |
ff |
|
) |
| |
|
private |
Cholesky, M -> L*U, U(i,j)=L(j,i)
- Parameters
-
[in] | a | symmetric matrix. |
[in,out] | b | Cholesky factor matrix. |
[out] | ff | failure flag |
- Author
- R. J. Purser
Definition at line 948 of file pmat.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/pmat.f90