Home Browse Files
template <typename IndexType>
    IndexType
    ggbak(char                  job,
          char                  side,
          IndexType             n,
          IndexType             ilo,
          IndexType             ihi,
          const float           *lscale,
          const float           *rscale,
          IndexType             m,
          float                 *V,
          IndexType             ldV);

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

template <typename IndexType>
    IndexType
    ggbak(char                  job,
          char                  side,
          IndexType             n,
          IndexType             ilo,
          IndexType             ihi,
          const double          *lscale,
          const double          *rscale,
          IndexType             m,
          double                *V,
          IndexType             ldV);

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

template <typename IndexType>
    IndexType
    ggbak(char                  job,
          char                  side,
          IndexType             n,
          IndexType             ilo,
          IndexType             ihi,
          const float           *lscale,
          const float           *rscale,
          IndexType             m,
          std::complex<float >  *V,
          IndexType             ldV);

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

template <typename IndexType>
    IndexType
    ggbak(char                  job,
          char                  side,
          IndexType             n,
          IndexType             ilo,
          IndexType             ihi,
          const double          *lscale,
          const double          *rscale,
          IndexType             m,
          std::complex<double>  *V,
          IndexType             ldV);

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

Home

View document source

© 2011-2012 Michael Lehn