|
subroutine | dl1lm (a, b) |
| Cholesky, M -> L*U, U(i,j)=L(j,i)
|
|
subroutine | dl1lmf (a, b, ff) |
| Cholesky, M -> L*U, U(i,j)=L(j,i)
|
|
subroutine | sl1lm (a, b) |
| Cholesky, M -> L*U, U(i,j)=L(j,i)
|
|
subroutine | sl1lmf (a, b, ff) |
| Cholesky, M -> L*U, U(i,j)=L(j,i)
|
|
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 ) |
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 933 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 ) |
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 981 of file pmat.f90.
References pietc::f, pietc::u0, and pietc::u1.
◆ sl1lm()
subroutine pmat::l1lm::sl1lm |
( |
real(sp), dimension(:,:), intent(in) | a, |
|
|
real(sp), dimension(:,:), intent(inout) | b ) |
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 920 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 ) |
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 947 of file pmat.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/pmat.f90