|
|
CBLAS_ORDER | order |
| |
|
CBLAS_TRANSPOSE | trans_a |
| |
|
CBLAS_TRANSPOSE | trans_b |
| |
|
blas_int | m |
| |
|
blas_int | n |
| |
|
blas_int | k |
| |
|
float_t | alpha |
| |
|
float_t * | a |
| |
|
blas_int | lda |
| |
|
float_t * | b |
| |
|
blas_int | ldb |
| |
|
float_t | beta |
| |
|
float_t * | c |
| |
|
blas_int | ldc |
| |
|
|
std::ostream & | operator<< (std::ostream &os, const dgemm_params< float_t > &p) |
| |
template<typename float_t>
struct vmml::blas::dgemm_params< float_t >
Definition at line 93 of file blas_dgemm.hpp.
The documentation for this struct was generated from the following file: