Home Browse Files
template <typename IndexType>
    IndexType
    laed8(IndexType             icomq,
          IndexType             &k,
          IndexType             n,
          IndexType             qsiz,
          float                 *d,
          float                 *Q,
          IndexType             ldQ,
          const IndexType       *indxq,
          float                 &rho,
          const IndexType       *cutpnt,
          const float           *z,
          float                 *dlambda,
          float                 *Q2,
          IndexType             ldQ2,
          float                 *w,
          IndexType             *perm,
          IndexType             &givptr,
          IndexType             &givcol,
          float                 *givnum,
          IndexType             *indxp,
          IndexType             *indx);

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

template <typename IndexType>
    IndexType
    laed8(IndexType             icomq,
          IndexType             &k,
          IndexType             n,
          IndexType             qsiz,
          double                *d,
          double                *Q,
          IndexType             ldQ,
          const IndexType       *indxq,
          double                &rho,
          const IndexType       *cutpnt,
          const double          *z,
          double                *dlambda,
          double                *Q2,
          IndexType             ldQ2,
          double                *w,
          IndexType             *perm,
          IndexType             &givptr,
          IndexType             &givcol,
          double                *givnum,
          IndexType             *indxp,
          IndexType             *indx);

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

template <typename IndexType>
    IndexType
    laed8(IndexType             &k,
          IndexType             n,
          IndexType             qsiz,
          std::complex<float >  *Q,
          IndexType             ldQ,
          float                 *d,
          float                 &rho,
          const IndexType       *cutpnt,
          const float           *z,
          float                 *dlambda,
          std::complex<float >  *Q2,
          IndexType             ldQ2,
          float                 *w,
          IndexType             *indxp,
          IndexType             *indx,
          const IndexType       *indxq,
          IndexType             *perm,
          IndexType             &givptr,
          IndexType             &givcol,
          float                 *givnum);

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

template <typename IndexType>
    IndexType
    laed8(IndexType             &k,
          IndexType             n,
          IndexType             qsiz,
          std::complex<double>  *Q,
          IndexType             ldQ,
          double                *d,
          double                &rho,
          const IndexType       *cutpnt,
          const double          *z,
          double                *dlambda,
          std::complex<double>  *Q2,
          IndexType             ldQ2,
          double                *w,
          IndexType             *indxp,
          IndexType             *indx,
          const IndexType       *indxq,
          IndexType             *perm,
          IndexType             &givptr,
          IndexType             &givcol,
          double                *givnum);

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

Home

View document source

© 2011-2012 Michael Lehn