EigenvalueSoLversforPetaflop-Applications(ELPA)  2016.05.001
Modules | Functions/Subroutines
elpa2.F90 File Reference
#include "config-f90.h"

Modules

module  ELPA2
 Fortran module which provides the routines to use the two-stage ELPA solver.
 

Functions/Subroutines

logical function, public ELPA2::solve_evp_real_2stage (na, nev, a, lda, ev, q, ldq, nblk, matrixCols, mpi_comm_rows, mpi_comm_cols, mpi_comm_all, THIS_REAL_ELPA_KERNEL_API, useQR)
 solve_evp_real_2stage: Fortran function to solve the real eigenvalue problem with a 2 stage approach More...
 
logical function, public ELPA2::solve_evp_complex_2stage (na, nev, a, lda, ev, q, ldq, nblk, matrixCols, mpi_comm_rows, mpi_comm_cols, mpi_comm_all, THIS_COMPLEX_ELPA_KERNEL_API)
 solve_evp_complex_2stage: Fortran function to solve the complex eigenvalue problem with a 2 stage approach More...