DSYEV_PF Module

=====================================================================


Contents


Interfaces

public interface DSYEV

  • public subroutine DSYEV_PF(JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, INFO)

    -- LAPACK driver routine (version 3.7.0) -- -- LAPACK is a software package provided by Univ. of Tennessee, -- -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- December 2016

    Read more…

    Arguments

    Type IntentOptional AttributesName
    integer :: JOBZ
    character(len=1) :: UPLO
    integer :: NRead more…
    double precision :: A(LDA,*)
     ..
    

    =====================================================================

     .. Parameters ..
    
    integer :: LDARead more…
    double precision :: W(*)
     ..
    

    =====================================================================

     .. Parameters ..
    
    double precision :: WORK(*)
     ..
    

    =====================================================================

     .. Parameters ..
    
    integer :: LWORKRead more…
    integer :: INFORead more…

Subroutines

public subroutine DSYEV_PF(JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, INFO)

-- LAPACK driver routine (version 3.7.0) -- -- LAPACK is a software package provided by Univ. of Tennessee, -- -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- December 2016

Read more…

Arguments

Type IntentOptional AttributesName
integer :: JOBZ
character(len=1) :: UPLO
integer :: NRead more…
double precision :: A(LDA,*)
 ..

=====================================================================

 .. Parameters ..
integer :: LDARead more…
double precision :: W(*)
 ..

=====================================================================

 .. Parameters ..
double precision :: WORK(*)
 ..

=====================================================================

 .. Parameters ..
integer :: LWORKRead more…
integer :: INFORead more…