Home Browse Files
template <typename IndexType>
    IndexType
    geevx(char          balanc,
          char          jobVL,
          char          jobVR,
          char          sense,
          IndexType     n,
          float         *A,
          IndexType     ldA,
          float         *wr,
          float         *wi,
          float         *VL,
          IndexType     ldVL,
          float         *VR,
          IndexType     ldVR,
          IndexType     &iLo,
          IndexType     &iHi,
          float         *scale,
          float         &ABnorm,
          float         *rCondE,
          float         *rCondV,
          float         *work,
          IndexType     lWork,
          IndexType     *iWork);

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

template <typename IndexType>
    IndexType
    geevx(char          balanc,
          char          jobVL,
          char          jobVR,
          char          sense,
          IndexType     n,
          double        *A,
          IndexType     ldA,
          double        *wr,
          double        *wi,
          double        *VL,
          IndexType     ldVL,
          double        *VR,
          IndexType     ldVR,
          IndexType     &iLo,
          IndexType     &iHi,
          double        *scale,
          double        &ABnorm,
          double        *rCondE,
          double        *rCondV,
          double        *work,
          IndexType     lWork,
          IndexType     *iWork);

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

Home

View document source

© 2011-2012 Michael Lehn