Definition at line 154 of file symm_op.F90.
 
◆ isymm_op_apply_red()
  
  
      
        
          | pure integer function, dimension(1:this%dim) symm_op_oct_m::symm_op_apply_red::isymm_op_apply_red  | 
          ( | 
          type(symm_op_t), intent(in)  | 
          this,  | 
         
        
           | 
           | 
          integer, dimension(:), intent(in)  | 
          aa  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ dsymm_op_apply_red()
  
  
      
        
          | pure real(real64) function, dimension(1:this%dim) symm_op_oct_m::symm_op_apply_red::dsymm_op_apply_red  | 
          ( | 
          type(symm_op_t), intent(in)  | 
          this,  | 
         
        
           | 
           | 
          real(real64), dimension(:), intent(in)  | 
          aa  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ zsymm_op_apply_red()
  
  
      
        
          | pure complex(real64) function, dimension(1:this%dim) symm_op_oct_m::symm_op_apply_red::zsymm_op_apply_red  | 
          ( | 
          type(symm_op_t), intent(in)  | 
          this,  | 
         
        
           | 
           | 
          complex(real64), dimension(:), intent(in)  | 
          aa  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this interface was generated from the following file: