#include <oski/config.h>
#include <oski/common.h>
#include <oski/modloader.h>
#include <oski/BCSR/format.h>
#include <oski/BCSR/module.h>
Functions | |
| const char * | oski_GetShortDesc (void) |
| Method: Returns a short string description of the module. | |
| const char * | oski_GetLongDesc (void) |
| Method: Returns a "long" string description of the module. | |
| void | oski_InitModule (void) |
| Method: Initialize the module. | |
| void | oski_CloseModule (void) |
| Method: Shutdown the module. | |
| void * | BCSR_GetKernel (const oski_matBCSR_t *A, const char *name) |
| Returns a pointer to the requested submodule method. | |
|
||||||||||||
|
Returns a pointer to the requested submodule method.
|
1.4.6