grid_tools  1.12.0
 All Data Structures Files Functions Variables Pages
pmat4::rowops Interface Reference

Private Member Functions

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...
 

Detailed Description

Definition at line 90 of file pmat4.f90.

Constructor & Destructor Documentation

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]mnumber of rows of matrix tt, dimension of vectors V and VV
[in]nnumber of columns of matrix tt
[in]ipivinteger vector encoding the pivoting sequence
[in]ttrow-normalized matrix provided by subroutine rowgram
[in]vinput single column vector
[out]vvoutput column vector vector
Author
R. J. Purser

Definition at line 1399 of file pmat4.f90.


The documentation for this interface was generated from the following file: