DSYEV Interface

public interface DSYEV

Module Procedures

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 Attributes Name
integer :: JOBZ
character(len=1) :: UPLO
integer :: N

.. .. Array Arguments ..

double precision :: A(LDA,*)

..

Read more…
integer :: LDA

.. .. Array Arguments ..

double precision :: W(*)

..

Read more…
double precision :: WORK(*)

..

Read more…
integer :: LWORK

.. .. Array Arguments ..

integer :: INFO

.. .. Array Arguments ..