Home Browse Files
template <typename IndexType>
    IndexType
    laqtr(bool              trans,
          bool              real,
          IndexType         n,
          const float       *T,
          IndexType         ldT,
          const float       *B,
          const float       &w,
          float             &scale,
          float             *x,
          float             *work);

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

template <typename IndexType>
    IndexType
    laqtr(bool              trans,
          bool              real,
          IndexType         n,
          const double      *T,
          IndexType         ldT,
          const double      *B,
          const double      &w,
          double            &scale,
          double            *x,
          double            *work);

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

Home

View document source

© 2011-2012 Michael Lehn