Home Browse Files
template <typename IndexType>
    IndexType
    lasd8(IndexType             icompq,
          IndexType             k,
          float                 *d,
          float                 *z,
          float                 *vf,
          float                 *vl,
          float                 *difl,
          float                 *Difr,
          IndexType             ldDifr,
          float                 *dsigma,
          float                 *work);

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

template <typename IndexType>
    IndexType
    lasd8(IndexType             icompq,
          IndexType             k,
          double                *d,
          double                *z,
          double                *vf,
          double                *vl,
          double                *difl,
          double                *Difr,
          IndexType             ldDifr,
          double                *dsigma,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn