SST/macro
|
#include <blas_api.h>
Public Member Functions | |
virtual std::string | to_string () const =0 |
virtual compute_event * | op_3d (int m, int k, int n) |
virtual compute_event * | op_2d (int m, int n) |
virtual compute_event * | op_1d (int n) |
Public Member Functions inherited from sprockit::factory_type | |
virtual void | init_factory_params (sim_parameters *params) |
virtual void | finalize_init () |
Definition at line 15 of file blas_api.h.
|
virtual |
|
virtual |
|
virtual |
|
pure virtual |