Home Browse Files
template <typename IndexType>
    IndexType
    gegs(char                  jobvsl,
         char                  jobvsr,
         IndexType             n,
         float                 *A,
         IndexType             ldA,
         float                 *B,
         IndexType             ldB,
         float                 *alpha,
         float                 *beta,
         float                 *Vsl,
         IndexType             ldVsl,
         float                 *Vsr,
         IndexType             ldVsr,
         float                 *work,
         IndexType             lWork);

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

template <typename IndexType>
    IndexType
    gegs(char                  jobvsl,
         char                  jobvsr,
         IndexType             n,
         double                *A,
         IndexType             ldA,
         double                *B,
         IndexType             ldB,
         double                *alpha,
         double                *beta,
         double                *Vsl,
         IndexType             ldVsl,
         double                *Vsr,
         IndexType             ldVsr,
         double                *work,
         IndexType             lWork);

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

template <typename IndexType>
    IndexType
    gegs(char                  jobvsl,
         char                  jobvsr,
         IndexType             n,
         std::complex<double>  *A,
         IndexType             ldA,
         std::complex<double>  *B,
         IndexType             ldB,
         std::complex<double>  *alpha,
         std::complex<double>  *beta,
         std::complex<double>  *Vsl,
         IndexType             ldVsl,
         std::complex<double>  *Vsr,
         IndexType             ldVsr,
         std::complex<double>  *work,
         IndexType             lWork,
         double                *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn