template <typename IndexType>
    IndexType
    lasd7(IndexType             icompq,
          IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          IndexType             &k,
          float                 *d,
          float                 *z,
          float                 *zw,
          float                 *vf,
          float                 *vfw,
          float                 *vl,
          float                 *vlw,
          float                 &alpha,
          float                 &beta,
          float                 *dsigma,
          IndexType             *idx,
          IndexType             *idxp,
          const IndexType       *idxq,
          IndexType             *perm,
          IndexType             &givptr,
          IndexType             *Givcol,
          IndexType             ldGcol,
          float                 *Givnum,
          IndexType             ldGnum,
          float                 &c,
          float                 &s);

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

template <typename IndexType>
    IndexType
    lasd7(IndexType             icompq,
          IndexType             nl,
          IndexType             nr,
          IndexType             sqre,
          IndexType             &k,
          double                *d,
          double                *z,
          double                *zw,
          double                *vf,
          double                *vfw,
          double                *vl,
          double                *vlw,
          double                &alpha,
          double                &beta,
          double                *dsigma,
          IndexType             *idx,
          IndexType             *idxp,
          const IndexType       *idxq,
          IndexType             *perm,
          IndexType             &givptr,
          IndexType             *Givcol,
          IndexType             ldGcol,
          double                *Givnum,
          IndexType             ldGnum,
          double                &c,
          double                &s);

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