Home Browse Files
template <typename IndexType>
    IndexType
    laed2(IndexType             &k,
          IndexType             n,
          IndexType             n1,
          float                 *d,
          float                 *Q,
          IndexType             ldQ,
          IndexType             *indxq,
          float                 &rho,
          const float           *z,
          float                 *dlambda,
          float                 *w,
          float                 *q2,
          IndexType             *indx,
          IndexType             *indxc,
          IndexType             *indxp,
          IndexType             *coltyp);

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

template <typename IndexType>
    IndexType
    laed2(IndexType             &k,
          IndexType             n,
          IndexType             n1,
          double                *d,
          double                *Q,
          IndexType             ldQ,
          IndexType             *indxq,
          double                &rho,
          const double          *z,
          double                *dlambda,
          double                *w,
          double                *q2,
          IndexType             *indx,
          IndexType             *indxc,
          IndexType             *indxp,
          IndexType             *coltyp);

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

Home

View document source

© 2011-2012 Michael Lehn