LIBINT
2.1.0-stable
|
Public Types | |
typedef double | ResultType |
typedef double | Real |
Public Member Functions | |
DGEMMKernel (size_t n, Real T, std::string label) | |
void | eval () const |
Real | sum () const |
size_t | ops_per_eval () const |
![]() | |
VectorOpKernel (size_t veclen, size_t nargs, double T, std::string label) | |
std::string | label () const |
Public Attributes | |
Real * | c_ |
const Real * | a_ |
const Real * | b_ |
size_t | n_ |
![]() | |
std::vector< double > | result_ |
std::vector< double * > | args_ |
std::string | label_ |