fortran-lapack
Loading...
Searching...
No Matches
la_lapack::hb2st_kernels Interface Reference

HB2ST_KERNELS: is an internal routine used by the CHETRD_HB2ST subroutine. More...

Public Member Functions

pure subroutine chb2st_kernels (uplo, wantz, ttype, st, ed, sweep, n, nb, ib, a, lda, v, tau, ldvt, work)
 
 la_chb2st_kernels
 
 la_whb2st_kernels
 
pure subroutine zhb2st_kernels (uplo, wantz, ttype, st, ed, sweep, n, nb, ib, a, lda, v, tau, ldvt, work)
 
 la_zhb2st_kernels
 

Detailed Description

HB2ST_KERNELS: is an internal routine used by the CHETRD_HB2ST subroutine.

Member Function/Subroutine Documentation

◆ chb2st_kernels()

pure subroutine la_lapack::hb2st_kernels::chb2st_kernels ( character, intent(in)  uplo,
logical(lk), intent(in)  wantz,
integer(ilp), intent(in)  ttype,
integer(ilp), intent(in)  st,
integer(ilp), intent(in)  ed,
integer(ilp), intent(in)  sweep,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  nb,
integer(ilp), intent(in)  ib,
complex(sp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
complex(sp), dimension(*), intent(out)  v,
complex(sp), dimension(*), intent(out)  tau,
integer(ilp), intent(in)  ldvt,
complex(sp), dimension(*), intent(out)  work 
)
Here is the call graph for this function:

◆ la_chb2st_kernels()

la_lapack::hb2st_kernels::la_chb2st_kernels

◆ la_whb2st_kernels()

la_lapack::hb2st_kernels::la_whb2st_kernels

◆ la_zhb2st_kernels()

la_lapack::hb2st_kernels::la_zhb2st_kernels

◆ zhb2st_kernels()

pure subroutine la_lapack::hb2st_kernels::zhb2st_kernels ( character, intent(in)  uplo,
logical(lk), intent(in)  wantz,
integer(ilp), intent(in)  ttype,
integer(ilp), intent(in)  st,
integer(ilp), intent(in)  ed,
integer(ilp), intent(in)  sweep,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  nb,
integer(ilp), intent(in)  ib,
complex(dp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
complex(dp), dimension(*), intent(out)  v,
complex(dp), dimension(*), intent(out)  tau,
integer(ilp), intent(in)  ldvt,
complex(dp), dimension(*), intent(out)  work 
)
Here is the call graph for this function:

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