Home Browse Files
template <typename IndexType>
    IndexType
    laed7(IndexType             icompq,
          IndexType             n,
          IndexType             qsiz,
          IndexType             tlvls,
          IndexType             curlvl,
          IndexType             curpbm,
          float                 *d,
          float                 *Q,
          IndexType             ldQ,
          IndexType             *indxq,
          float                 rho,
          IndexType             cutpnt,
          float                 *qstore,
          const IndexType       *qptr,
          const IndexType       *prmptr,
          const IndexType       *perm,
          const IndexType       *givptr,
          const IndexType       *givcol,
          const float           *givnum,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    laed7(IndexType             icompq,
          IndexType             n,
          IndexType             qsiz,
          IndexType             tlvls,
          IndexType             curlvl,
          IndexType             curpbm,
          double                *d,
          double                *Q,
          IndexType             ldQ,
          IndexType             *indxq,
          double                rho,
          IndexType             cutpnt,
          double                *qstore,
          const IndexType       *qptr,
          const IndexType       *prmptr,
          const IndexType       *perm,
          const IndexType       *givptr,
          const IndexType       *givcol,
          const double          *givnum,
          double                *work,
          IndexType             *iWork);

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

template <typename IndexType>
IndexType
laed7(IndexType             icompq,
      IndexType             n,
      IndexType             qsiz,
      IndexType             tlvls,
      IndexType             curlvl,
      IndexType             curpbm,
      float                 *d,
      std::complex<float >  *Q,
      IndexType             ldQ,
      float                 rho,
      IndexType             *indxq,
      float                 *qstore,
      const IndexType       *qptr,
      const IndexType       *prmptr,
      const IndexType       *perm,
      const IndexType       *givptr,
      const IndexType       *givcol,
      const float           *givnum,
      std::complex<float >  *work,
      float                 *rWork,
      IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    laed7(IndexType             icompq,
          IndexType             n,
          IndexType             qsiz,
          IndexType             tlvls,
          IndexType             curlvl,
          IndexType             curpbm,
          double                *d,
          std::complex<double>  *Q,
          IndexType             ldQ,
          double                rho,
          IndexType             *indxq,
          double                *qstore,
          const IndexType       *qptr,
          const IndexType       *prmptr,
          const IndexType       *perm,
          const IndexType       *givptr,
          const IndexType       *givcol,
          const double          *givnum,
          std::complex<double>  *work,
          double                *rWork,
          IndexType             *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn