#include <oski/config.h>
#include <oski/common.h>
#include <oski/mattypes.h>
#include <oski/modloader.h>
#include <oski/MBCSR/format.h>
#include <oski/MBCSR/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 * | MBCSR_GetSubmatKernel (const oski_submatMBCSR_t *A, const char *name) |
Returns a pointer to the requested submodule method. | |
void | MBCSR_InitSubVecView (const oski_vecview_t x, oski_index_t row_start, oski_index_t len, oski_vecview_t x_sub) |
Returns a subset of the rows of a vector view. |
|
Returns a pointer to the requested submodule method.
|
|
Returns a subset of the rows of a vector view.
|