Home Browse Files
template <typename IndexType>
    IndexType
    laexc(bool          wantQ,
          IndexType     n,
          float         *T,
          IndexType     ldT,
          float         *Q,
          IndexType     ldQ,
          IndexType     j1,
          IndexType     n1,
          IndexType     n2,
          float         *work);

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

template <typename IndexType>
    IndexType
    laexc(bool          wantQ,
          IndexType     n,
          double        *T,
          IndexType     ldT,
          double        *Q,
          IndexType     ldQ,
          IndexType     j1,
          IndexType     n1,
          IndexType     n2,
          double        *work);

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

Home

View document source

© 2011-2012 Michael Lehn