Definition at line 217 of file lalg_adv.F90.
 
◆ dleast_squares_vec()
  
  
      
        
          | subroutine lalg_adv_oct_m::lalg_least_squares::dleast_squares_vec  | 
          ( | 
          integer, intent(in)  | 
          nn,  | 
         
        
           | 
           | 
          real(real64), dimension(:, :), intent(inout), target, contiguous  | 
          aa,  | 
         
        
           | 
           | 
          real(real64), dimension(:), intent(in), contiguous  | 
          bb,  | 
         
        
           | 
           | 
          real(real64), dimension(:), intent(out), contiguous  | 
          xx,  | 
         
        
           | 
           | 
          logical, intent(in)  | 
          preserve_mat  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ zleast_squares_vec()
  
  
      
        
          | subroutine lalg_adv_oct_m::lalg_least_squares::zleast_squares_vec  | 
          ( | 
          integer, intent(in)  | 
          nn,  | 
         
        
           | 
           | 
          complex(real64), dimension(:, :), intent(inout), target, contiguous  | 
          aa,  | 
         
        
           | 
           | 
          complex(real64), dimension(:), intent(in), contiguous  | 
          bb,  | 
         
        
           | 
           | 
          complex(real64), dimension(:), intent(out), contiguous  | 
          xx,  | 
         
        
           | 
           | 
          logical, intent(in)  | 
          preserve_mat  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this interface was generated from the following file: