Home Browse Files
template <typename IndexType>
    void
    lar1v(IndexType             n,
          IndexType             b1,
          IndexType             bn,
          float                 lambda,
          const float           *d,
          const float           *l,
          const float           *ld,
          const float           *lld,
          float                 pivmin,
          float                 gaptol,
          float                 *z,
          bool                  wantnc,
          IndexType             &negcnt,
          float                 &ztz,
          float                 &mingma,
          IndexType             &r,
          IndexType             *isuppz,
          float                 &nrminv,
          float                 &resid,
          float                 &rqcorr,
          float                 *work);

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

template <typename IndexType>
    void
    lar1v(IndexType             n,
          IndexType             b1,
          IndexType             bn,
          double                lambda,
          const double          *d,
          const double          *l,
          const double          *ld,
          const double          *lld,
          double                pivmin,
          double                gaptol,
          double                *z,
          bool                  wantnc,
          IndexType             &negcnt,
          double                &ztz,
          double                &mingma,
          IndexType             &r,
          IndexType             *isuppz,
          double                &nrminv,
          double                &resid,
          double                &rqcorr,
          double                *work);

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

template <typename IndexType>
    void
    lar1v(IndexType             n,
          IndexType             b1,
          IndexType             bn,
          float                 lambda,
          const float           *d,
          const float           *l,
          const float           *ld,
          const float           *lld,
          float                 pivmin,
          float                 gaptol,
          std::complex<float >  *z,
          bool                  wantnc,
          IndexType             &negcnt,
          float                 &ztz,
          float                 &mingma,
          IndexType             &r,
          IndexType             *isuppz,
          float                 &nrminv,
          float                 &resid,
          float                 &rqcorr,
          float                 *work);

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

template <typename IndexType>
    void
    lar1v(IndexType             n,
          IndexType             b1,
          IndexType             bn,
          double                lambda,
          const double          *d,
          const double          *l,
          const double          *ld,
          const double          *lld,
          double                pivmin,
          double                gaptol,
          std::complex<double>  *z,
          bool                  wantnc,
          IndexType             &negcnt,
          double                &ztz,
          double                &mingma,
          IndexType             &r,
          IndexType             *isuppz,
          double                &nrminv,
          double                &resid,
          double                &rqcorr,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn