Public Member Functions | |
std::string | getName () const |
Returns the free-form name of this class. | |
std::string | getProperty (const std::string &prop) const |
Returns a property of this class. | |
CjNP_eigenvalDump (const std::string &args, const ctor_va_t &var_arg) | |
virtual void | performAction (const action_va_t &opts) |
Called by the simulator when this action is to be performed. | |
Static Public Member Functions | |
static std::string | getName_static () |
Returns the free-form name of this class (static version). | |
static std::string | getProperty_static (const std::string &opt) |
Returns a property of this class (static version). | |
Protected Types | |
enum | mat_preproc_t { NONE, ADJ, COMBLAP, NOSIGNLAP, NORMLAP } |
Protected Attributes | |
mat_preproc_t | m_mat_type |
unsigned int | m_count |
unsigned int | m_prec |
bool | m_desc_asc |