Home Browse Files
template <typename IndexType>
    IndexType
    sygvx(IndexType             itype,
          char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          float                 *A,
          IndexType             ldA,
          float                 *B,
          IndexType             ldB,
          float                 vl,
          float                 vu,
          IndexType             il,
          IndexType             iu,
          float                 abstol,
          IndexType             &m,
          float                 *w,
          float                 *Z,
          IndexType             ldZ,
          float                 *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             *ifail);

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

template <typename IndexType>
    IndexType
    sygvx(IndexType             itype,
          char                  jobz,
          char                  range,
          char                  uplo,
          IndexType             n,
          double                *A,
          IndexType             ldA,
          double                *B,
          IndexType             ldB,
          double                vl,
          double                vu,
          IndexType             il,
          IndexType             iu,
          double                abstol,
          IndexType             &m,
          double                *w,
          double                *Z,
          IndexType             ldZ,
          double                *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             *ifail);

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

Home

View document source

© 2011-2012 Michael Lehn