Octopus
lapack_oct_m::lapack_syev Interface Reference

Computes all eigenvalues and, optionally, eigenvectors of a real symmetric matrix A. More...

Detailed Description

Computes all eigenvalues and, optionally, eigenvectors of a real symmetric matrix A.

Definition at line 272 of file lapack.F90.

Public Member Functions

subroutine dsyev (jobz, uplo, n, a, lda, w, work, lwork, info)
 

Member Function/Subroutine Documentation

◆ dsyev()

subroutine lapack_oct_m::lapack_syev::dsyev ( character(1), intent(in)  jobz,
character(1), intent(in)  uplo,
integer, intent(in)  n,
real(real64), intent(inout)  a,
integer, intent(in)  lda,
real(real64), intent(out)  w,
real(real64), intent(out)  work,
integer, intent(in)  lwork,
integer, intent(out)  info 
)
Parameters
[in,out]aa(lda,n)
[out]workw(n), work(lwork)

Definition at line 273 of file lapack.F90.


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