#include <math_kernel_op.h>
|
| void | operator() (const int &m, const int &n, T *a, const int &lda, const Real *b, const Real alpha, T *c, const int &ldc) |
| | a * b * beta by each column
|
| |
◆ Real
template<typename
T , typename Device >
◆ operator()()
template<typename
T , typename Device >
a * b * beta by each column
Input Parameters
- Parameters
-
| m | : row number |
| n | : column number |
| a | : input matrix |
| lda | : leading dimension of matrix a |
| b | : input vector |
| alpha | : factor |
| ldc | : leading dimension of matrix c |
Output Parameters
- Parameters
-
The documentation for this struct was generated from the following file:
- /home/runner/work/abacus-develop/abacus-develop/source/source_base/kernels/math_kernel_op.h