BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Conversion between CSR and BDIAG1 format. More...
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <oski/config.h>
#include <oski/common.h>
#include <oski/modloader.h>
#include <oski/matrix.h>
#include <oski/CSR/format.h>
#include <oski/BDIAG1/format.h>
#include <oski/BDIAG1/module.h>
#include <oski/xforms_internal.h>
Defines | |
#define | MIN(a, b) (((a) < (b)) ? (a) : (b)) |
Returns the minimum of two values. |
Conversion between CSR and BDIAG1 format.