|
subroutine | rowops (m, n, ipiv, tt, v, vv) |
| Apply the row-operations, implied by ipiv and tt returned by rowgram, to the single column vector, v, to produce the transformed vector vv. More...
|
|
Definition at line 90 of file pmat4.f90.
◆ rowops()
subroutine pmat4::rowops::rowops |
( |
integer(spi), intent(in) |
m, |
|
|
integer(spi), intent(in) |
n, |
|
|
integer(spi), dimension(n), intent(in) |
ipiv, |
|
|
real(dp), dimension(m,n), intent(in) |
tt, |
|
|
real(dp), dimension(m), intent(in) |
v, |
|
|
real(dp), dimension(m), intent(out) |
vv |
|
) |
| |
|
private |
Apply the row-operations, implied by ipiv and tt returned by rowgram, to the single column vector, v, to produce the transformed vector vv.
- Parameters
-
[in] | m | number of rows of matrix tt, dimension of vectors V and VV |
[in] | n | number of columns of matrix tt |
[in] | ipiv | integer vector encoding the pivoting sequence |
[in] | tt | row-normalized matrix provided by subroutine rowgram |
[in] | v | input single column vector |
[out] | vv | output column vector vector |
- Author
- R. J. Purser
Definition at line 1400 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