Octopus
lalg_adv_oct_m::lalg_eigensolve_parallel Interface Reference

Detailed Description

Definition at line 180 of file lalg_adv.F90.

Private Member Functions

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...
 

Member Function/Subroutine Documentation

◆ 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]bofBomb on failure.

Definition at line 3334 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]bofBomb on failure.

Definition at line 1907 of file lalg_adv.F90.


The documentation for this interface was generated from the following file: