12 #ifndef SSTMAC_SOFTWARE_LIBRARIES_COMPUTE_LIB_COMPUTE_MATRIX_H_INCLUDED 13 #define SSTMAC_SOFTWARE_LIBRARIES_COMPUTE_LIB_COMPUTE_MATRIX_H_INCLUDED 35 double_mxm(
long nrow,
long nlink,
long ncol,
long nthread = 1);
38 double_add(
long nrow,
long ncol,
long nthread = 1);
41 double_copy(
long nrow,
long ncol,
long nthread = 1);
46 long ndata_write,
long working_set_size_write,
47 long nadd,
long nmult,
48 long nmultadd,
long nthread);
void double_add(long nrow, long ncol, long nthread=1)
void double_mxm(long nrow, long nlink, long ncol, long nthread=1)
virtual ~lib_compute_matrix()
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
void double_copy(long nrow, long ncol, long nthread=1)
void double_compute(long ndata_read, long working_set_size_read, long ndata_write, long working_set_size_write, long nadd, long nmult, long nmultadd, long nthread)
lib_compute_matrix(software_id id)
A wrapper for an appid, taskid pair.