Home Browse Files
template <typename IndexType>
    IndexType
    laed9(IndexType             k,
          IndexType             kstart,
          IndexType             kstop,
          IndexType             n,
          float                 *d,
          float                 *Q,
          IndexType             ldQ,
          float                 rho,
          const float           *dlambda,
          const float           *w,
          float                 *S,
          IndexType             ldS);

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

template <typename IndexType>
    IndexType
    laed9(IndexType             k,
          IndexType             kstart,
          IndexType             kstop,
          IndexType             n,
          double                *d,
          double                *Q,
          IndexType             ldQ,
          double                rho,
          const double          *dlambda,
          const double          *w,
          double                *S,
          IndexType             ldS);

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

Home

View document source

© 2011-2012 Michael Lehn