SST/macro
Public Member Functions | List of all members
sstmac::sw::blas_kernel Class Referenceabstract

#include <blas_api.h>

Inheritance diagram for sstmac::sw::blas_kernel:
Inheritance graph
Collaboration diagram for sstmac::sw::blas_kernel:
Collaboration graph

Public Member Functions

virtual std::string to_string () const =0
 
virtual compute_eventop_3d (int m, int k, int n)
 
virtual compute_eventop_2d (int m, int n)
 
virtual compute_eventop_1d (int n)
 
- Public Member Functions inherited from sprockit::factory_type
virtual void init_factory_params (sim_parameters *params)
 
virtual void finalize_init ()
 

Detailed Description

Definition at line 15 of file blas_api.h.

Member Function Documentation

virtual compute_event* sstmac::sw::blas_kernel::op_1d ( int  n)
virtual
virtual compute_event* sstmac::sw::blas_kernel::op_2d ( int  m,
int  n 
)
virtual
virtual compute_event* sstmac::sw::blas_kernel::op_3d ( int  m,
int  k,
int  n 
)
virtual
virtual std::string sstmac::sw::blas_kernel::to_string ( ) const
pure virtual

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