Home Browse Files
template <typename IndexType>
    void
    la_gbamv(IndexType             trans,
             IndexType             m,
             IndexType             n,
             IndexType             kl,
             IndexType             ku,
             double                alpha,
             const double          *AB,
             IndexType             ldAB,
             const double          *x,
             IndexType             incx,
             double                beta,
             double                *y,
             IndexType             incy);

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

template <typename IndexType>
    void
    la_gbamv(IndexType                   trans,
             IndexType                   m,
             IndexType                   n,
             IndexType                   kl,
             IndexType                   ku,
             float                       alpha,
             const std::complex<float >  *AB,
             IndexType                   ldAB,
             const std::complex<float >  *x,
             IndexType                   incx,
             float                       beta,
             float                       *y,
             IndexType                   incy);

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

template <typename IndexType>
    void
    la_gbamv(IndexType                   trans,
             IndexType                   m,
             IndexType                   n,
             IndexType                   kl,
             IndexType                   ku,
             double                      alpha,
             const std::complex<double>  *AB,
             IndexType                   ldAB,
             const std::complex<double>  *x,
             IndexType                   incx,
             double                      beta,
             double                      *y,
             IndexType                   incy);

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

Home

View document source

© 2011-2015 Michael Lehn