template <typename IndexType>
    IndexType
    lasd6(IndexType             icompq,
          IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          float                 *d,
          float                 *vf,
          float                 *vl,
          float                 &alpha,
          float                 &beta,
          IndexType             *idxq,
          IndexType             *perm,
          IndexType             &givptr,
          IndexType             *Givcol,
          IndexType             ldGcol,
          float                 *Givnum,
          IndexType             ldGnum,
          float                 *Poles,
          float                 *difl,
          float                 *difr,
          float                 *z,
          IndexType             &k,
          float                 &c,
          float                 &s,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    lasd6(IndexType             icompq,
          IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          double                *d,
          double                *vf,
          double                *vl,
          double                &alpha,
          double                &beta,
          IndexType             *idxq,
          IndexType             *perm,
          IndexType             &givptr,
          IndexType             *Givcol,
          IndexType             ldGcol,
          double                *Givnum,
          IndexType             ldGnum,
          double                *Poles,
          double                *difl,
          double                *difr,
          double                *z,
          IndexType             &k,
          double                &c,
          double                &s,
          double                *work,
          IndexType             *iWork);

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