MAGMA  1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
magma_sfortran::magmaf_ssyevd Interface Reference

List of all members.

Public Member Functions

subroutine magmaf_ssyevd (jobz, uplo, n, a, lda, w, work, lwork, rwork, lrwork, iwork, liwork, info)
subroutine magmaf_ssyevd (jobz, uplo, n, a, lda, w, work, lwork, iwork, liwork, info)

Detailed Description

Definition at line 229 of file magma_sfortran.f90.


Constructor & Destructor Documentation

subroutine magma_sfortran::magmaf_ssyevd::magmaf_ssyevd ( character  jobz,
character  uplo,
integer  n,
real, dimension(*)  a,
integer  lda,
real, dimension(*)  w,
real, dimension(*)  work,
integer  lwork,
real, dimension(*)  rwork,
integer  lrwork,
integer, dimension(*)  iwork,
integer  liwork,
integer  info 
)

Definition at line 229 of file magma_sfortran.f90.

subroutine magma_sfortran::magmaf_ssyevd::magmaf_ssyevd ( character  jobz,
character  uplo,
integer  n,
real, dimension(*)  a,
integer  lda,
real, dimension(*)  w,
real, dimension(*)  work,
integer  lwork,
integer, dimension(*)  iwork,
integer  liwork,
integer  info 
)

Definition at line 299 of file magma_sfortran.f90.


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