LIBINT  2.1.0-stable
Public Types | Public Member Functions | Public Attributes | List of all members
DGEMMKernel Struct Reference
Inheritance diagram for DGEMMKernel:
Inheritance graph
[legend]
Collaboration diagram for DGEMMKernel:
Collaboration graph
[legend]

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
 
- Public Member Functions inherited from VectorOpKernel< double >
 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_
 
- Public Attributes inherited from VectorOpKernel< double >
std::vector< double > result_
 
std::vector< double * > args_
 
std::string label_
 

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