ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Public Member Functions | List of all members
container::kernels::blas_gemv_batched_strided< T, Device > Struct Template Reference

#include <blas.h>

Collaboration diagram for container::kernels::blas_gemv_batched_strided< T, Device >:

Public Member Functions

void operator() (const char &trans, const int &m, const int &n, const T *alpha, const T *A, const int &lda, const int64_t &stride_a, const T *x, const int &incx, const int64_t &stride_x, const T *beta, T *y, const int &incy, const int64_t &stride_y, const int &batch_size)
 

Member Function Documentation

◆ operator()()

template<typename T , typename Device >
void container::kernels::blas_gemv_batched_strided< T, Device >::operator() ( const char &  trans,
const int &  m,
const int &  n,
const T alpha,
const T A,
const int &  lda,
const int64_t &  stride_a,
const T x,
const int &  incx,
const int64_t &  stride_x,
const T beta,
T y,
const int &  incy,
const int64_t &  stride_y,
const int &  batch_size 
)

The documentation for this struct was generated from the following file: