Home Browse Files
template <typename IndexType>
    IndexType
    tgevc(char                  side,
          char                  howmny,
          bool                  select,
          IndexType             n,
          const float           *S,
          IndexType             ldS,
          const float           *P,
          IndexType             ldP,
          float                 *VL,
          IndexType             ldVL,
          float                 *VR,
          IndexType             ldVR,
          IndexType             mm,
          IndexType             &m,
          float                 *work);

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

template <typename IndexType>
    IndexType
    tgevc(char                  side,
          char                  howmny,
          bool                  select,
          IndexType             n,
          const double          *S,
          IndexType             ldS,
          const double          *P,
          IndexType             ldP,
          double                *VL,
          IndexType             ldVL,
          double                *VR,
          IndexType             ldVR,
          IndexType             mm,
          IndexType             &m,
          double                *work);

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

template <typename IndexType>
    IndexType
    tgevc(char                        side,
          char                        howmny,
          bool                        select,
          IndexType                   n,
          const std::complex<double>  *S,
          IndexType                   ldS,
          const std::complex<double>  *P,
          IndexType                   ldP,
          std::complex<double>        *VL,
          IndexType                   ldVL,
          std::complex<double>        *VR,
          IndexType                   ldVR,
          IndexType                   mm,
          IndexType                   &m,
          std::complex<double>        *work,
          double                      *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn