(git:c5411e0)
Loading...
Searching...
No Matches
lapack::lapack_ssyev Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 30 of file lapack.F.

Member Function/Subroutine Documentation

◆ dsyev()

subroutine lapack::lapack_ssyev::dsyev ( character  jobz,
character  uplo,
integer  n,
real(kind=dp), dimension(lda, *)  a,
integer  lda,
real(kind=dp), dimension(*)  w,
real(kind=dp), dimension(*)  work,
integer  lwork,
integer  info 
)

...

Parameters
jobz...
uplo...
n...
a...
lda...
w...
work...
lwork...
info...

Definition at line 43 of file lapack.F.


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