IROMatrix represents a read-only matrix of Complex values.
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.Columns
                  Returns: int
                  
                  Modifiers: abstract  | 
          
             
                 
               
                 
              The number of columns of the matrix. 
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.[arg1, arg2]
                  Parameters: 
 int
                    
                    arg1 : int
                    
                    Returns: Complex
                  
                  Modifiers: abstract  | 
          
             
                 
               
                 
              Gets an element of the matrix at (row, col). 
 
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.Rows
                  Returns: int
                  
                  Modifiers: abstract  | 
          
             
                 
               
                 
              The number of rows of the matrix. 
  |