public interface eye
      Constructs the identity matrix
(Specification)    
        Module Procedures
            
    
    
        Constructs the identity matrix.
(Specification)
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              integer,
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            dim1 | 
            
                
             | 
        
        
            | 
              
              integer,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            dim2 | 
            
                
             | 
        
        
            | 
              
              real(kind=sp),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            mold | 
            
                
             | 
        
    
  
    
    Return Value
    real(kind=sp), allocatable, (:,:)
    
    
     
   
            
    
    
        
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              integer,
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            dim1 | 
            
                
             | 
        
        
            | 
              
              integer,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            dim2 | 
            
                
             | 
        
        
            | 
              
              real(kind=dp),
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            mold | 
            
                
             | 
        
    
  
    
    Return Value
    real(kind=dp), allocatable, (:,:)
    
    
     
   
            
    
    
        
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              integer,
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            dim1 | 
            
                
             | 
        
        
            | 
              
              integer,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            dim2 | 
            
                
             | 
        
        
            | 
              
              complex(kind=sp),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            mold | 
            
                
             | 
        
    
  
    
    Return Value
    complex(kind=sp), allocatable, (:,:)
    
    
     
   
            
    
    
        
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              integer,
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            dim1 | 
            
                
             | 
        
        
            | 
              
              integer,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            dim2 | 
            
                
             | 
        
        
            | 
              
              complex(kind=dp),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            mold | 
            
                
             | 
        
    
  
    
    Return Value
    complex(kind=dp), allocatable, (:,:)
    
    
     
   
            
    
    
        
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              integer,
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            dim1 | 
            
                
             | 
        
        
            | 
              
              integer,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            dim2 | 
            
                
             | 
        
        
            | 
              
              integer(kind=int8),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            mold | 
            
                
             | 
        
    
  
    
    Return Value
    integer(kind=int8), allocatable, (:,:)
    
    
     
   
            
    
    
        
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              integer,
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            dim1 | 
            
                
             | 
        
        
            | 
              
              integer,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            dim2 | 
            
                
             | 
        
        
            | 
              
              integer(kind=int16),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            mold | 
            
                
             | 
        
    
  
    
    Return Value
    integer(kind=int16), allocatable, (:,:)
    
    
     
   
            
    
    
        
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              integer,
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            dim1 | 
            
                
             | 
        
        
            | 
              
              integer,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            dim2 | 
            
                
             | 
        
        
            | 
              
              integer(kind=int32),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            mold | 
            
                
             | 
        
    
  
    
    Return Value
    integer(kind=int32), allocatable, (:,:)
    
    
     
   
            
    
    
        
  Arguments
      
    
      
        | Type | 
Intent | Optional |         Attributes | 
         | 
        Name | 
         | 
    
    
        
            | 
              
              integer,
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            dim1 | 
            
                
             | 
        
        
            | 
              
              integer,
             | 
intent(in), | 
              optional |             
              
             | 
            :: | 
            dim2 | 
            
                
             | 
        
        
            | 
              
              integer(kind=int64),
             | 
intent(in) | 
               |             
              
             | 
            :: | 
            mold | 
            
                
             | 
        
    
  
    
    Return Value
    integer(kind=int64), allocatable, (:,:)