Home Browse Files
template <typename IndexType>
    IndexType
    laein(bool                  rightv,
          bool                  noinit,
          IndexType             n,
          const float           *H,
          IndexType             ldH,
          const float           wr,
          const float           wi,
          float                 *vr,
          float                 *vi,
          float                 *B,
          IndexType             ldB,
          float                 *work,
          float                 eps3,
          float                 smlnum,
          float                 bignum);

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

template <typename IndexType>
    IndexType
    laein(bool                  rightv,
          bool                  noinit,
          IndexType             n,
          const double          *H,
          IndexType             ldH,
          const double          wr,
          const double          wi,
          double                *vr,
          double                *vi,
          double                *B,
          IndexType             ldB,
          double                *work,
          double                eps3,
          double                smlnum,
          double                bignum);

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

template <typename IndexType>
    IndexType
    laein(bool                        rightv,
          bool                        noinit,
          IndexType                   n,
          const std::complex<float >  *H,
          IndexType                   ldH,
          const std::complex<float >  w,
          std::complex<float >        *v,
          std::complex<float >        *B,
          IndexType                   ldB,
          float                       *rWork,
          float                       eps3,
          float                       smlnum,
          float                       bignum);

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

template <typename IndexType>
    IndexType
    laein(bool                        rightv,
          bool                        noinit,
          IndexType                   n,
          const std::complex<double>  *H,
          IndexType                   ldH,
          const std::complex<double>  w,
          std::complex<double>        *v,
          std::complex<double>        *B,
          IndexType                   ldB,
          double                      *rWork,
          double                      eps3,
          double                      smlnum,
          double                      bignum);

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

Home

View document source

© 2011-2012 Michael Lehn