Loading [MathJax]/jax/input/TeX/config.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::sbev Interface Reference

SBEV: computes all the eigenvalues and, optionally, eigenvectors of a real symmetric band matrix A. More...

Public Member Functions

subroutine dsbev (jobz, uplo, n, kd, ab, ldab, w, z, ldz, work, info)
 
 la_dsbev
 
 la_qsbev
 
subroutine ssbev (jobz, uplo, n, kd, ab, ldab, w, z, ldz, work, info)
 
 la_ssbev
 

Detailed Description

SBEV: computes all the eigenvalues and, optionally, eigenvectors of a real symmetric band matrix A.

Member Function/Subroutine Documentation

◆ dsbev()

subroutine la_lapack::sbev::dsbev ( character, intent(in) jobz,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) kd,
real(dp), dimension(ldab,*), intent(inout) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) w,
real(dp), dimension(ldz,*), intent(out) z,
integer(ilp), intent(in) ldz,
real(dp), dimension(*), intent(out) work,
integer(ilp), intent(out) info )

◆ la_dsbev()

la_lapack::sbev::la_dsbev

◆ la_qsbev()

la_lapack::sbev::la_qsbev

◆ la_ssbev()

la_lapack::sbev::la_ssbev

◆ ssbev()

subroutine la_lapack::sbev::ssbev ( character, intent(in) jobz,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) kd,
real(sp), dimension(ldab,*), intent(inout) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) w,
real(sp), dimension(ldz,*), intent(out) z,
integer(ilp), intent(in) ldz,
real(sp), dimension(*), intent(out) work,
integer(ilp), intent(out) info )

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