module.c File Reference


Detailed Description

Block compressed sparse row (BCSR) module.

#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.


Function Documentation

void* BCSR_GetKernel const oski_matBCSR_t A,
const char *  name
 

Returns a pointer to the requested submodule method.

Parameters:
[in] A An $r\times c$ BCSR matrix representation.
[in] name Name of the method to load from the $r\times c$ submodule.
Returns:
A pointer to the requested method, or NULL if none could be found.


Generated on Wed Sep 19 16:41:22 2007 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.4.6