Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
#include <scale_tsr.h>
Public Member Functions | |
virtual void | run () |
virtual int64_t | mem_fp () |
virtual scl * | clone () |
virtual | ~scl () |
scl (scl *other) | |
copies generic scl object More... | |
scl () | |
Data Fields | |
char * | A |
algstrct const * | sr_A |
char const * | alpha |
void * | buffer |
Definition at line 12 of file scale_tsr.h.
|
inlinevirtual |
Definition at line 23 of file scale_tsr.h.
References CTF_int::cdealloc(), and scl().
CTF_int::scl::scl | ( | scl * | other | ) |
copies generic scl object
Definition at line 10 of file scale_tsr.cxx.
|
inline |
Definition at line 25 of file scale_tsr.h.
Referenced by ~scl().
|
inlinevirtual |
Reimplemented in CTF_int::strp_scl, CTF_int::seq_tsr_scl, and CTF_int::scl_virt.
Definition at line 21 of file scale_tsr.h.
Referenced by CTF_int::scl_virt::scl_virt(), and CTF_int::strp_scl::strp_scl().
|
inlinevirtual |
Reimplemented in CTF_int::strp_scl, CTF_int::seq_tsr_scl, and CTF_int::scl_virt.
Definition at line 20 of file scale_tsr.h.
|
inlinevirtual |
Reimplemented in CTF_int::strp_scl, CTF_int::seq_tsr_scl, and CTF_int::scl_virt.
Definition at line 19 of file scale_tsr.h.
Referenced by CTF_int::scaling::execute(), CTF_int::scl_virt::run(), and CTF_int::strp_scl::run().
char* CTF_int::scl::A |
Definition at line 14 of file scale_tsr.h.
Referenced by CTF_int::scaling::execute(), CTF_int::scl_virt::run(), CTF_int::seq_tsr_scl::run(), CTF_int::strp_scl::run(), and scl().
char const* CTF_int::scl::alpha |
Definition at line 16 of file scale_tsr.h.
Referenced by CTF_int::scaling::execute(), CTF_int::scl_virt::run(), CTF_int::seq_tsr_scl::run(), CTF_int::strp_scl::run(), and scl().
void* CTF_int::scl::buffer |
Definition at line 17 of file scale_tsr.h.
Referenced by CTF_int::scaling::execute(), CTF_int::scl_virt::run(), and scl().
algstrct const* CTF_int::scl::sr_A |
Definition at line 15 of file scale_tsr.h.
Referenced by CTF_int::scaling::execute(), CTF_int::scl_virt::run(), and CTF_int::seq_tsr_scl::run().