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

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

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

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

template <typename IndexType>
    void
    larf(char                           side,
         IndexType                      m,
         IndexType                      n,
         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 larf with 1 template parameters.

template <typename IndexType>
    void
    larf(char                           side,
         IndexType                      m,
         IndexType                      n,
         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 larf with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn