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

LAEDA: computes the Z vector corresponding to the merge step in the CURLVLth step of the merge process with TLVLS steps for the CURPBMth problem. More...

Public Member Functions

pure subroutine dlaeda (n, tlvls, curlvl, curpbm, prmptr, perm, givptr, givcol, givnum, q, qptr, z, ztemp, info)
 
 la_dlaeda
 
 la_qlaeda
 
pure subroutine slaeda (n, tlvls, curlvl, curpbm, prmptr, perm, givptr, givcol, givnum, q, qptr, z, ztemp, info)
 
 la_slaeda
 

Detailed Description

LAEDA: computes the Z vector corresponding to the merge step in the CURLVLth step of the merge process with TLVLS steps for the CURPBMth problem.

Member Function/Subroutine Documentation

◆ dlaeda()

pure subroutine la_lapack::laeda::dlaeda ( integer(ilp), intent(in)  n,
integer(ilp), intent(in)  tlvls,
integer(ilp), intent(in)  curlvl,
integer(ilp), intent(in)  curpbm,
integer(ilp), dimension(*), intent(in)  prmptr,
integer(ilp), dimension( *), intent(in)  perm,
integer(ilp), dimension(*), intent(in)  givptr,
integer(ilp), dimension(2,*), intent(in)  givcol,
real(dp), dimension(2,*), intent(in)  givnum,
real(dp), dimension(*), intent(in)  q,
integer(ilp), dimension(*), intent(in)  qptr,
real(dp), dimension(*), intent(out)  z,
real(dp), dimension(*), intent(out)  ztemp,
integer(ilp), intent(out)  info 
)

◆ la_dlaeda()

la_lapack::laeda::la_dlaeda

◆ la_qlaeda()

la_lapack::laeda::la_qlaeda

◆ la_slaeda()

la_lapack::laeda::la_slaeda

◆ slaeda()

pure subroutine la_lapack::laeda::slaeda ( integer(ilp), intent(in)  n,
integer(ilp), intent(in)  tlvls,
integer(ilp), intent(in)  curlvl,
integer(ilp), intent(in)  curpbm,
integer(ilp), dimension(*), intent(in)  prmptr,
integer(ilp), dimension( *), intent(in)  perm,
integer(ilp), dimension(*), intent(in)  givptr,
integer(ilp), dimension(2,*), intent(in)  givcol,
real(sp), dimension(2,*), intent(in)  givnum,
real(sp), dimension(*), intent(in)  q,
integer(ilp), dimension(*), intent(in)  qptr,
real(sp), dimension(*), intent(out)  z,
real(sp), dimension(*), intent(out)  ztemp,
integer(ilp), intent(out)  info 
)

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