Home Browse Files
template <typename IndexType>
    IndexType
    laqr4(bool              wantT,
          bool              wantZ,
          IndexType         n,
          const IndexType   iLo,
          const IndexType   iHi,
          float             *H,
          const IndexType   ldH,
          float             *wr,
          float             *wi,
          const IndexType   iLoZ,
          const IndexType   iHiZ,
          float             *Z,
          const IndexType   ldZ,
          float             *work,
          const IndexType   lWork);

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

template <typename IndexType>
    IndexType
    laqr4(bool              wantT,
          bool              wantZ,
          IndexType         n,
          const IndexType   iLo,
          const IndexType   iHi,
          double            *H,
          const IndexType   ldH,
          double            *wr,
          double            *wi,
          const IndexType   iLoZ,
          const IndexType   iHiZ,
          double            *Z,
          const IndexType   ldZ,
          double            *work,
          const IndexType   lWork);

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

template <typename IndexType>
    IndexType
    laqr4(bool                  wantT,
          bool                  wantZ,
          IndexType             n,
          IndexType             iLo,
          IndexType             iHi,
          std::complex<float >  *H,
          IndexType             ldH,
          std::complex<float >  *w,
          IndexType             iLoZ,
          IndexType             iHiZ,
          std::complex<float >  *Z,
          IndexType             ldZ,
          std::complex<float >  *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    laqr4(bool                  wantT,
          bool                  wantZ,
          IndexType             n,
          IndexType             iLo,
          IndexType             iHi,
          std::complex<double>  *H,
          IndexType             ldH,
          std::complex<double>  *w,
          IndexType             iLoZ,
          IndexType             iHiZ,
          std::complex<double>  *Z,
          IndexType             ldZ,
          std::complex<double>  *work,
          IndexType             lWork);

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

Home

View document source

© 2011-2012 Michael Lehn