|
Plugins
|
Classes | |
| class | ug::DemoPlugin::DemoClass |
| A basic class used to demonstrate registration of classes for scripting. More... | |
Namespaces | |
| namespace | ug |
| namespace | ug::DemoPlugin |
Typedefs | |
| typedef CPUAlgebra::matrix_type | ug::DemoPlugin::matrix_type |
| Sparse matrix type as defined in lib_algebra/cpu_algebra/sparsematrix.h. | |
| typedef CPUAlgebra::vector_type | ug::DemoPlugin::vector_type |
| Vector type as defined in lib_algebra/cpu_algebra/vector.h. | |
Functions | |
| number | ug::DemoPlugin::DemoMatCompSumFast (matrix_type &m) |
| number | ug::DemoPlugin::DemoMatCompSumSlow (matrix_type &m) |
| Calculates the sum of all coefficients of the given matrix and returns it. | |
| void | ug::DemoPlugin::DemoPluginSaysHi () |
| Prints a welcome message. | |
| number | ug::DemoPlugin::DemoVecCompSum (vector_type &v) |
| Calculates the sum of all coefficients of the given vector and returns it. | |
| void | ug::InitUGPlugin_DemoPlugin (Registry *reg, string grp) |