Home Browse Files
template <typename IndexType>
    IndexType
    laed3(IndexType             k,
          IndexType             n,
          IndexType             n1,
          float                 *d,
          float                 *Q,
          IndexType             ldQ,
          float                 &rho,
          float                 *dlambda,
          const float           *q2,
          const IndexType       *indx,
          const IndexType       *ctot,
          float                 *w,
          float                 *s);

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

template <typename IndexType>
    IndexType
    laed3(IndexType             k,
          IndexType             n,
          IndexType             n1,
          double                *d,
          double                *Q,
          IndexType             ldQ,
          double                &rho,
          double                *dlambda,
          const double          *q2,
          const IndexType       *indx,
          const IndexType       *ctot,
          double                *w,
          double                *s);

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

Home

View document source

© 2011-2012 Michael Lehn