| 
| subroutine  | udlyb (my, mah1, mah2, mx, v, a) | 
|   | BACk-substitution step of parallel linear inversion involving Banded matrix and row-Y-Vectors.  More...
  | 
|   | 
Definition at line 75 of file pmat2.f90.
 
◆ udlyb()
  
  
      
        
          | subroutine pmat2::udlyb::udlyb  | 
          ( | 
          integer(spi), intent(in)  | 
          my,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mah1,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mah2,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mx,  | 
         
        
           | 
           | 
          real(sp), dimension(mx,my), intent(inout)  | 
          v,  | 
         
        
           | 
           | 
          real(sp), dimension(my,-mah1:mah2), intent(in)  | 
          a  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
BACk-substitution step of parallel linear inversion involving Banded matrix and row-Y-Vectors. 
- Parameters
 - 
  
    | [in] | my | the number of rows assumed for A and length of Y-vectors stored in V  | 
    | [in] | mah1 | the left half-bandwidth of fortran array A  | 
    | [in] | mah2 | the right half-bandwidth of fortran array A  | 
    | [in] | mx | number of parallel Y-vectors inverted  | 
    | [in,out] | v | input as right-hand-side vectors, output as solution vectors  | 
    | [in] | a | encodes the (L)*(D**-1)*(U) factorization of the linear-system matrix, as supplied by subroutine LDUB  | 
  
   
- Author
 - R. J. Purser, Tsukasa Fujita (JMA) 
 
- Date
 - 1994 
 
Definition at line 1128 of file pmat2.f90.
 
 
The documentation for this interface was generated from the following file:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS/sorc/grid_tools.fd/regional_esg_grid.fd/pmat2.f90