Home Browse Files
template <typename IndexType>
    void
    larz(char           side,
         IndexType      m,
         IndexType      n,
         IndexType      l,
         const float    *V,
         IndexType      incV,
         float          tau,
         float          *C,
         IndexType      ldC,
         float          *work);

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

template <typename IndexType>
    void
    larz(char           side,
         IndexType      m,
         IndexType      n,
         IndexType      l,
         const double   *V,
         IndexType      incV,
         double         tau,
         double         *C,
         IndexType      ldC,
         double         *work);

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

template <typename IndexType>
    void
    larz(char                        side,
         IndexType                   m,
         IndexType                   n,
         IndexType                   l,
         const std::complex<float >  *V,
         IndexType                   incV,
         const std::complex<float >  &tau,
         std::complex<float >        *C,
         IndexType                   ldC,
         std::complex<float >        *work);

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

template <typename IndexType>
    void
    larz(char                        side,
         IndexType                   m,
         IndexType                   n,
         IndexType                   l,
         const std::complex<double>  *V,
         IndexType                   incV,
         const std::complex<double>  &tau,
         std::complex<double>        *C,
         IndexType                   ldC,
         std::complex<double>        *work);

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

Home

View document source

© 2011-2012 Michael Lehn