TwiceAsNice
2019-02-18
|
Public Member Functions | |
virtual int | run (int argc, char *argv[]) |
void | mmmult (float **a, float **b, float **c, int n, int m, int l) |
void | mvmult (float *a, float **b, float *c, int n, int m) |
void | printvec (float *a, int n) |
virtual int | run (int argc, char *argv[]) |
void | mmmult (float **a, float **b, float **c, int n, int m, int l) |
void | mvmult (float *a, float **b, float *c, int n, int m) |
void | printvec (float *a, int n) |
![]() | |
Application () | |
~Application () | |
int | init (int &, char *[]) |
int | start (int, char *[]) |
void | loadTypes () |
void | enableHeartbeat () |
void | enableLogger () |
virtual void | interruptCallback (int _i) |
Application () | |
~Application () | |
int | init (int &, char *[]) |
int | start (int, char *[]) |
void | loadTypes () |
void | enableHeartbeat () |
void | enableLogger () |
virtual void | interruptCallback (int _i) |
Additional Inherited Members | |
![]() | |
static void | exit (int) |
static const char * | appName () |
static bool | isInitialized () |
static void | wait () |
static void | shutdown (int _int=0) |
static Ice::CommunicatorPtr | communicator () |
static Ice::ObjectAdapterPtr | adapter (const std::string &="") |
static const Ice::ObjectPrx & | addService (const std::string &_name, Ice::ObjectPtr &_object) |
static JointPtr | preinit () |
static JointPtr | config (const std::string &_node="") |
static Nice::JointPtr | loadFile (const std::string &_filename) |
static Nice::PrioThreadPoolPtr | threadpool () |
static void | startHeartbeat () |
static void | startLogger () |
static void | distribute (const Nice::JointPtr &_seed, bool _recursive=true) |
static std::string | fileByPath (const std::string _filename, bool _create=false) |
static void | destroyOnInterrupt () |
static void | shutdownOnInterrupt () |
static void | ignoreInterrupt () |
static void | callbackOnInterrupt () |
static void | holdInterrupt () |
static void | releaseInterrupt () |
static bool | interrupted () |
static void | exit (int) |
static const char * | appName () |
static bool | isInitialized () |
static void | wait () |
static void | shutdown (int _int=0) |
static Ice::CommunicatorPtr | communicator () |
static Ice::ObjectAdapterPtr | adapter (const std::string &="") |
static const Ice::ObjectPrx & | addService (const std::string &_name, Ice::ObjectPtr &_object) |
static JointPtr | preinit () |
static JointPtr | config (const std::string &_node="") |
static Nice::JointPtr | loadFile (const std::string &_filename) |
static Nice::PrioThreadPoolPtr | threadpool () |
static void | startHeartbeat () |
static void | startLogger () |
static void | distribute (const Nice::JointPtr &_seed, bool _recursive=true) |
static std::string | fileByPath (const std::string _filename, bool _create=false) |
static void | destroyOnInterrupt () |
static void | shutdownOnInterrupt () |
static void | ignoreInterrupt () |
static void | callbackOnInterrupt () |
static void | holdInterrupt () |
static void | releaseInterrupt () |
static bool | interrupted () |
![]() | |
static int | end (int) |
static void | setCtrlCCallback (IceUtil::CtrlCHandlerCallback) |
static int | end (int) |
static void | setCtrlCCallback (IceUtil::CtrlCHandlerCallback) |
void Nice::MatrixTestApp::mmmult | ( | float ** | a, |
float ** | b, | ||
float ** | c, | ||
int | n, | ||
int | m, | ||
int | l | ||
) |
a | |
b | |
c | |
n | |
m | |
l |
void Nice::MatrixTestApp::mmmult | ( | float ** | a, |
float ** | b, | ||
float ** | c, | ||
int | n, | ||
int | m, | ||
int | l | ||
) |
void Nice::MatrixTestApp::mvmult | ( | float * | a, |
float ** | b, | ||
float * | c, | ||
int | n, | ||
int | m | ||
) |
void Nice::MatrixTestApp::mvmult | ( | float * | a, |
float ** | b, | ||
float * | c, | ||
int | n, | ||
int | m | ||
) |
a | |
b | |
c | |
n | |
m |
void Nice::MatrixTestApp::printvec | ( | float * | a, |
int | n | ||
) |
a | |
n |
void Nice::MatrixTestApp::printvec | ( | float * | a, |
int | n | ||
) |
|
virtual |
|
virtual |
Implements Nice::Application.