Home Browse Files
template <typename IndexType>
    IndexType
    stein(IndexType             n,
          const float           *d,
          const float           *e,
          IndexType             m,
          const float           *w,
          const IndexType       *iblock,
          const IndexType       *isplit,
          float                 *Z,
          IndexType             ldZ,
          float                 *work,
          IndexType             *iWork,
          IndexType             *ifail);

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

template <typename IndexType>
    IndexType
    stein(IndexType             n,
          const double          *d,
          const double          *e,
          IndexType             m,
          const double          *w,
          const IndexType       *iblock,
          const IndexType       *isplit,
          double                *Z,
          IndexType             ldZ,
          double                *work,
          IndexType             *iWork,
          IndexType             *ifail);

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

template <typename IndexType>
    IndexType
    stein(IndexType             n,
          const float           *d,
          const float           *e,
          IndexType             m,
          const float           *w,
          const IndexType       *iblock,
          const IndexType       *isplit,
          std::complex<float >  *Z,
          IndexType             ldZ,
          float                 *work,
          IndexType             *iWork,
          IndexType             *ifail);

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

template <typename IndexType>
    IndexType
    stein(IndexType             n,
          const double          *d,
          const double          *e,
          IndexType             m,
          const double          *w,
          const IndexType       *iblock,
          const IndexType       *isplit,
          std::complex<double>  *Z,
          IndexType             ldZ,
          double                *work,
          IndexType             *iWork,
          IndexType             *ifail);

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

Home

View document source

© 2011-2012 Michael Lehn