Home Browse Files
template <typename IndexType>
    IndexType
    larrc(char                  jobt,
          IndexType             n,
          float                 vl,
          float                 vu,
          const float           *d,
          const float           *e,
          float                 pivmin,
          IndexType             &eigcnt,
          IndexType             &lcnt,
          IndexType             &rcnt);

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

template <typename IndexType>
    IndexType
    larrc(char                  jobt,
          IndexType             n,
          double                vl,
          double                vu,
          const double          *d,
          const double          *e,
          double                pivmin,
          IndexType             &eigcnt,
          IndexType             &lcnt,
          IndexType             &rcnt);

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

Home

View document source

© 2011-2012 Michael Lehn