|
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 |
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_ |
1.8.11