BeBOP: pOSKI
v1.0.0
parallel Optimized Sparse Kernel Interface library
|
Commonly used routines in the pOSKI library. More...
#include <stdio.h>
#include <stdlib.h>
#include <poski/poski_commontype.h>
Functions | |
int | poski_CheckLength (poski_index_t length1, poski_index_t length2) |
Check that two lengths are equal or not. |
Commonly used routines in the pOSKI library.
int poski_CheckLength | ( | poski_index_t | length1, |
poski_index_t | length2 | ||
) |
Check that two lengths are equal or not.
[in] | length1 | The first length. |
[in] | length2 | The second length. |