The interfaces specifies the creation of handles from concrete array representations (e.g., CSR & CSC format).
#include <assert.h>
#include <oski/config.h>
#include <oski/common.h>
#include <oski/matrix.h>
Functions | |
oski_matstruct_t * | oski_CreateMatStruct (void) |
Returns a newly allocated matrix structure. | |
static void | DumpTrace (oski_trace_t trace, const oski_matcommon_t *props) |
Dump the contents of a matrix handle's trace (DEBUGGING ONLY). | |
void | oski_DestroyMatStruct (oski_matstruct_t *A) |
Free a matrix structure (but not its child data structures). |
|
Returns a newly allocated matrix structure.
|
|
Free a matrix structure (but not its child data structures).
|