#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | nps_csr_t |
Functions | |
nps_csr_t * | nps_csr_alloc (int64_t nRows, int64_t sizeBuff) |
void | nps_csr_realloc_rows (nps_csr_t *, int64_t) |
void | nps_csr_realloc_vals (nps_csr_t *, int64_t) |
void | nps_csr_free (nps_csr_t *) |
nps_csr_t* nps_csr_alloc | ( | int64_t | nRows, | |
int64_t | sizeBuff | |||
) |
void nps_csr_free | ( | nps_csr_t * | ) |
void nps_csr_realloc_rows | ( | nps_csr_t * | , | |
int64_t | ||||
) |
void nps_csr_realloc_vals | ( | nps_csr_t * | , | |
int64_t | ||||
) |