Definition at line 177 of file lalg_adv.F90.
 
 | 
| subroutine  | deigensolve_parallel (n, a, e, bof, err_code) | 
|   | Computes all the eigenvalues and the eigenvectors of a real symmetric or complex Hermitian eigenproblem in parallel using ScaLAPACK or ELPA on all processors n: dimension of matrix a: input matrix, on exit: contains eigenvectors e: eigenvalues.  More...
  | 
|   | 
| subroutine  | zeigensolve_parallel (n, a, e, bof, err_code) | 
|   | Computes all the eigenvalues and the eigenvectors of a real symmetric or complex Hermitian eigenproblem in parallel using ScaLAPACK or ELPA on all processors n: dimension of matrix a: input matrix, on exit: contains eigenvectors e: eigenvalues.  More...
  | 
|   | 
◆ deigensolve_parallel()
  
  
      
        
          | subroutine lalg_adv_oct_m::lalg_eigensolve_parallel::deigensolve_parallel  | 
          ( | 
          integer, intent(in)  | 
          n,  | 
         
        
           | 
           | 
          real(real64), dimension(:,:), intent(inout), contiguous  | 
          a,  | 
         
        
           | 
           | 
          real(real64), dimension(:), intent(out), contiguous  | 
          e,  | 
         
        
           | 
           | 
          logical, intent(inout), optional  | 
          bof,  | 
         
        
           | 
           | 
          integer, intent(out), optional  | 
          err_code  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Computes all the eigenvalues and the eigenvectors of a real symmetric or complex Hermitian eigenproblem in parallel using ScaLAPACK or ELPA on all processors n: dimension of matrix a: input matrix, on exit: contains eigenvectors e: eigenvalues. 
- Parameters
 - 
  
    | [in,out] | a | (n,n)  | 
    | [out] | e | (n)  | 
    | [in,out] | bof | Bomb on failure.  | 
  
   
Definition at line 3297 of file lalg_adv.F90.
 
 
◆ zeigensolve_parallel()
  
  
      
        
          | subroutine lalg_adv_oct_m::lalg_eigensolve_parallel::zeigensolve_parallel  | 
          ( | 
          integer, intent(in)  | 
          n,  | 
         
        
           | 
           | 
          complex(real64), dimension(:,:), intent(inout), contiguous  | 
          a,  | 
         
        
           | 
           | 
          real(real64), dimension(:), intent(out), contiguous  | 
          e,  | 
         
        
           | 
           | 
          logical, intent(inout), optional  | 
          bof,  | 
         
        
           | 
           | 
          integer, intent(out), optional  | 
          err_code  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Computes all the eigenvalues and the eigenvectors of a real symmetric or complex Hermitian eigenproblem in parallel using ScaLAPACK or ELPA on all processors n: dimension of matrix a: input matrix, on exit: contains eigenvectors e: eigenvalues. 
- Parameters
 - 
  
    | [in,out] | a | (n,n)  | 
    | [out] | e | (n)  | 
    | [in,out] | bof | Bomb on failure.  | 
  
   
Definition at line 1970 of file lalg_adv.F90.
 
 
The documentation for this interface was generated from the following file: