Home Browse Files
template <typename IndexType>
    IndexType
    laed1(IndexType             n,
          float                 *d,
          float                 *Q,
          IndexType             ldQ,
          IndexType             *indxq,
          float                 rho,
          IndexType             cutpnt,
          float                 *work,
          IndexType             *iWork);

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

template <typename IndexType>
    IndexType
    laed1(IndexType             n,
          double                *d,
          double                *Q,
          IndexType             ldQ,
          IndexType             *indxq,
          double                rho,
          IndexType             cutpnt,
          double                *work,
          IndexType             *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn