Home Browse Files
template <typename IndexType>
    IndexType
    bdsqr(char                  upLo,
          IndexType             n,
          IndexType             ncvt,
          IndexType             nru,
          IndexType             ncc,
          float                 *d,
          float                 *e,
          float                 *VT,
          IndexType             ldVT,
          float                 *U,
          IndexType             ldU,
          float                 *C,
          IndexType             ldC,
          float                 *work);

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

template <typename IndexType>
    IndexType
    bdsqr(char                  upLo,
          IndexType             n,
          IndexType             ncvt,
          IndexType             nru,
          IndexType             ncc,
          double                *d,
          double                *e,
          double                *VT,
          IndexType             ldVT,
          double                *U,
          IndexType             ldU,
          double                *C,
          IndexType             ldC,
          double                *work);

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

template <typename IndexType>
    IndexType
    bdsqr(char                  upLo,
          IndexType             n,
          IndexType             ncvt,
          IndexType             nru,
          IndexType             ncc,
          float                 *d,
          float                 *e,
          std::complex<float >  *VT,
          IndexType             ldVT,
          std::complex<float >  *U,
          IndexType             ldU,
          std::complex<float >  *C,
          IndexType             ldC,
          float                 *rWork);

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

template <typename IndexType>
    IndexType
    bdsqr(char                  upLo,
          IndexType             n,
          IndexType             ncvt,
          IndexType             nru,
          IndexType             ncc,
          double                *d,
          double                *e,
          std::complex<double>  *VT,
          IndexType             ldVT,
          std::complex<double>  *U,
          IndexType             ldU,
          std::complex<double>  *C,
          IndexType             ldC,
          double                *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn