Home Browse Files
template <typename IndexType, typename Alpha, typename TA, typename TX,
          typename Beta, typename TY>
    void
    gbmtv(IndexType    m,
          IndexType    n,
          IndexType    kl,
          IndexType    ku,
          const Alpha  &alpha,
          bool         conjA,
          const TA     *A,
          IndexType    ldA,
          const TX     *x,
          IndexType    incX,
          const Beta   &beta,
          TY           *y,
          IndexType    incY);

Defined in namespace ulmBLAS. Function gbmtv with 6 template parameters.

template <typename IndexType, typename Alpha, typename TA, typename TX,
          typename Beta, typename TY>
    void
    gbmtv(IndexType    m,
          IndexType    n,
          IndexType    kl,
          IndexType    ku,
          const Alpha  &alpha,
          const TA     *A,
          IndexType    ldA,
          const TX     *x,
          IndexType    incX,
          const Beta   &beta,
          TY           *y,
          IndexType    incY);

Defined in namespace ulmBLAS. Function gbmtv with 6 template parameters.

Home

View document source

© 2011-2015 Michael Lehn