Home Browse Files
template <typename IndexType>
    IndexType
    gees(char           jobVS,
         char           sort,
         IndexType      (*select)(const float *, const float *),
         IndexType      n,
         float          *A,
         IndexType      ldA,
         IndexType      &sdim,
         float          *wr,
         float          *wi,
         float          *VS,
         IndexType      ldVS,
         float          *work,
         IndexType      lWork,
         IndexType      *bWork);

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

template <typename IndexType>
    IndexType
    gees(char           jobVS,
         char           sort,
         IndexType      (*select)(const double *, const double *),
         IndexType      n,
         double         *A,
         IndexType      ldA,
         IndexType      &sdim,
         double         *wr,
         double         *wi,
         double         *VS,
         IndexType      ldVS,
         double         *work,
         IndexType      lWork,
         IndexType      *bWork);

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

template <typename IndexType>
    IndexType
    gees(char                   jobVS,
         char                   sort,
         IndexType              (*select)(const std::complex<float > *),
         IndexType              n,
         std::complex<float >   *A,
         const IndexType        ldA,
         IndexType              &sdim,
         std::complex<float >   *w,
         std::complex<float >   *VS,
         const IndexType        ldVS,
         std::complex<float >   *work,
         const IndexType        lWork,
         float                  *rWork,
         IndexType              *bWork);

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

template <typename IndexType>
    IndexType
    gees(char                   jobVS,
         char                   sort,
         IndexType              (*select)(const std::complex<double> *),
         IndexType              n,
         std::complex<double>   *A,
         const IndexType        ldA,
         IndexType              &sdim,
         std::complex<double>   *w,
         std::complex<double>   *VS,
         const IndexType        ldVS,
         std::complex<double>   *work,
         const IndexType        lWork,
         double                 *rWork,
         IndexType              *bWork);

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

Home

View document source

© 2011-2012 Michael Lehn