| 
| subroutine  | csb2b (m1, m2, mah1, mah2, mirror2, a) | 
|   | Incorporate operand antisymmetry and clip near end-2 of a band matrix.  More...
  | 
|   | 
Definition at line 63 of file pmat2.f90.
 
◆ csb2b()
  
  
      
        
          | subroutine pmat2::csb2b::csb2b  | 
          ( | 
          integer(spi), intent(in)  | 
          m1,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          m2,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mah1,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mah2,  | 
         
        
           | 
           | 
          integer(spi), intent(in)  | 
          mirror2,  | 
         
        
           | 
           | 
          real(sp), dimension(1-m1:0,m1-m2-mah1:m1-m2+mah2), intent(inout)  | 
          a  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Incorporate operand antisymmetry and clip near end-2 of a band matrix. 
- Parameters
 - 
  
    | [in] | m1 | Number of rows of matrix A  | 
    | [in] | m2 | Number of columns of matrix A  | 
    | [in] | mah1 | Left semi-bandwidths (subdiagonals) of A.  | 
    | [in] | mah2 | Right semi-bandwidths (superdiagonals) of A.  | 
    | [in] | mirror2 | 2*location of symmetry axis relative to end-2 operand element.  | 
    | [in,out] | a | Input operator, output as antisymmetrized and clipped at end-2.  | 
  
   
- Author
 - R. J. Purser, Tsukasa Fujita (JMA) 
 
- Date
 - 1999 
 
Definition at line 504 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