Go to the source code of this file.
 | 
| subroutine  | jacobi (A, N, NP, D, V, NROT) | 
|   | 
      
        
          | subroutine jacobi  | 
          ( | 
          real, dimension(np,np), intent(inout)  | 
          A,  | 
        
        
           | 
           | 
          integer, intent(in)  | 
          N,  | 
        
        
           | 
           | 
          integer, intent(in)  | 
          NP,  | 
        
        
           | 
           | 
          real, dimension(np), intent(out)  | 
          D,  | 
        
        
           | 
           | 
          real, dimension(np,np), intent(out)  | 
          V,  | 
        
        
           | 
           | 
          integer, intent(out)  | 
          NROT  | 
        
        
           | 
          ) | 
           |  |