Home Browse Files
template <typename IndexType>
    IndexType
    ggev(char                  jobVL,
         char                  jobvr,
         IndexType             n,
         float                 *A,
         IndexType             ldA,
         float                 *B,
         IndexType             ldB,
         float                 *alphar,
         float                 *alphai,
         float                 *beta,
         float                 *VL,
         IndexType             ldVL,
         float                 *VR,
         IndexType             ldVR,
         float                 *work,
         IndexType             lWork);

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

template <typename IndexType>
    IndexType
    ggev(char                  jobVL,
         char                  jobvr,
         IndexType             n,
         double                *A,
         IndexType             ldA,
         double                *B,
         IndexType             ldB,
         double                *alphar,
         double                *alphai,
         double                *beta,
         double                *VL,
         IndexType             ldVL,
         double                *VR,
         IndexType             ldVR,
         double                *work,
         IndexType             lWork);

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

template <typename IndexType>
    IndexType
    ggev(char                  jobVL,
         char                  jobvr,
         IndexType             n,
         std::complex<float >  *A,
         IndexType             ldA,
         std::complex<float >  *B,
         IndexType             ldB,
         std::complex<float >  *alpha,
         std::complex<float >  *beta,
         std::complex<float >  *VL,
         IndexType             ldVL,
         std::complex<float >  *VR,
         IndexType             ldVR,
         std::complex<float >  *work,
         IndexType             lWork,
         float                 *rWork);

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

template <typename IndexType>
    IndexType
    ggev(char                  jobVL,
         char                  jobvr,
         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>  *VL,
         IndexType             ldVL,
         std::complex<double>  *VR,
         IndexType             ldVR,
         std::complex<double>  *work,
         IndexType             lWork,
         double                *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn