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

Public Member Functions

subroutine dsygv (itype, jobz, uplo, n, a, lda, b, ldb, w, work, lwork, info)
 ...
 

Detailed Description

Definition at line 53 of file lapack.F.

Member Function/Subroutine Documentation

◆ dsygv()

subroutine lapack::lapack_ssygv::dsygv ( integer  itype,
character  jobz,
character  uplo,
integer  n,
real(kind=dp), dimension(lda, *)  a,
integer  lda,
real(kind=dp), dimension(ldb, *)  b,
integer  ldb,
real(kind=dp), dimension(*)  w,
real(kind=dp), dimension(*)  work,
integer  lwork,
integer  info 
)

...

Parameters
itype...
jobz...
uplo...
n...
a...
lda...
b...
ldb...
w...
work...
lwork...
info...

Definition at line 69 of file lapack.F.


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