Home Browse Files
template <typename IndexType>
    IndexType
    laed6(IndexType             kniter,
          bool                  orgati,
          float                 rho,
          const float           *d,
          const float           *z,
          float                 finit,
          float                 &tau);

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

template <typename IndexType>
    IndexType
    laed6(IndexType             kniter,
          bool                  orgati,
          double                rho,
          const double          *d,
          const double          *z,
          double                finit,
          double                &tau);

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

Home

View document source

© 2011-2012 Michael Lehn