| 
| subroutine  | linbv (m, mah1, mah2, a, v) | 
|   | Solve LINear system with square Banded-matrix and vector V.  More...
  | 
|   | 
Definition at line 82 of file pmat2.f90.
 
◆ linbv()
  
  
      
        
          | subroutine pmat2::linbv::linbv  | 
          ( | 
          integer(spi), intent(in)  | 
          m,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mah1,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mah2,  | 
         
        
           | 
           | 
          real(sp), dimension(m,-mah1:mah2), intent(inout)  | 
          a,  | 
         
        
           | 
           | 
          real(sp), dimension(m), intent(inout)  | 
          v  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Solve LINear system with square Banded-matrix and vector V. 
- Parameters
 - 
  
    | [in] | m | order of matrix A  | 
    | [in] | mah1 | left half-bandwidth of A  | 
    | [in] | mah2 | right half-bandwidth of A  | 
    | [in,out] | a | system matrix on input, its [L]*[D**-1]*[U] factorization on exit  | 
    | [in,out] | v | vector of right-hand-sides on input, solution vector on exit  | 
  
   
- Author
 - R. J. Purser, Tsukasa Fujita (JMA) 
 
- Date
 - 1994 
 
Definition at line 1323 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