#include <stdint.h>
#include "../num/s8f8_svec_array.c"
Functions | |
nps_lol_t * | nps_lol_alloc (int64_t nRows) |
void | nps_lol_free (nps_lol_t *o) |
int64_t | nps_lol_numRows (nps_lol_t *o) |
nps_lol_t * | nps_lol_clone_shared (nps_lol_t *o, nps_error_t *err) |
nps_lol_t* nps_lol_alloc | ( | int64_t | nRows | ) |
nps_lol_t* nps_lol_clone_shared | ( | nps_lol_t * | o, | |
nps_error_t * | err | |||
) |
void nps_lol_free | ( | nps_lol_t * | o | ) |
int64_t nps_lol_numRows | ( | nps_lol_t * | o | ) |