template <typename IndexType>
    IndexType
    lalsa(IndexType             icompq,
          IndexType             smlsiz,
          IndexType             n,
          IndexType             nRhs,
          double                *B,
          IndexType             ldB,
          double                *Bx,
          IndexType             ldBx,
          const double          *U,
          IndexType             ldU,
          const double          *VT,
          const IndexType       *k,
          const double          *Difl,
          const double          *Difr,
          const double          *Z,
          const double          *Poles,
          const IndexType       *Givptr,
          const IndexType       *Givcol,
          IndexType             ldGcol,
          const IndexType       *Perm,
          const double          *Givnum,
          const double          *c,
          const double          *s,
          double                *work,
          IndexType             *iWork);

Defined in namespace cxxlapack. Function lalsa with 1 template parameters.

template <typename IndexType>
    IndexType
    lalsa(IndexType             icompq,
          IndexType             smlsiz,
          IndexType             n,
          IndexType             nRhs,
          std::complex<float >  *B,
          IndexType             ldB,
          std::complex<float >  *Bx,
          IndexType             ldBx,
          const float           *U,
          IndexType             ldU,
          const float           *VT,
          const IndexType       *k,
          const float           *Difl,
          const float           *Difr,
          const float           *Z,
          const float           *Poles,
          const IndexType       *Givptr,
          const IndexType       *Givcol,
          IndexType             ldGcol,
          const IndexType       *Perm,
          const float           *Givnum,
          const float           *c,
          const float           *s,
          float                 *work,
          IndexType             *iWork);

Defined in namespace cxxlapack. Function lalsa with 1 template parameters.

template <typename IndexType>
    IndexType
    lalsa(IndexType             icompq,
          IndexType             smlsiz,
          IndexType             n,
          IndexType             nRhs,
          std::complex<double>  *B,
          IndexType             ldB,
          std::complex<double>  *Bx,
          IndexType             ldBx,
          const double          *U,
          IndexType             ldU,
          const double          *VT,
          const IndexType       *k,
          const double          *Difl,
          const double          *Difr,
          const double          *Z,
          const double          *Poles,
          const IndexType       *Givptr,
          const IndexType       *Givcol,
          IndexType             ldGcol,
          const IndexType       *Perm,
          const double          *Givnum,
          const double          *c,
          const double          *s,
          double                *work,
          IndexType             *iWork);

Defined in namespace cxxlapack. Function lalsa with 1 template parameters.