#include <stdlib.h>
#include <stdarg.h>
#include <assert.h>
#include "imat_csr.h"
#include <math.h>
#include "../error/error.h"
#include <stdio.h>
#include "../stdlib/alloc.c"
#include "../bio/bio.h"
#include "csr.c"
#include "csr.h"
#include "../msg.c"
#include <glib.h>
#include <stdint.h>
#include "../nps/Object.h"
#include "File.h"
#include "Object.c"
#include "../io/fopen.c"
#include "../io/fgetl.c"
#include "String.h"
#include "string.h"
#include <err.h>
Defines | |
#define | _GNU_SOURCE |
#define | NPS_INST_ARR_INITIAL_NUM_FEATS (2048*512) |
Functions | |
nps_imat_csr_t * | nps_imat_csr_new (s8_t init_labs, s8_t init_vals) |
void | nps_imat_csr_realloc (nps_imat_csr_t *o, s8_t sz) |
void | nps_imat_csr_del (nps_imat_csr_t *o) |
int | nps_imat_csr_fill_err (nps_imat_state *st, char mutable, nps_imat_csr_t **o, nps_error_t *err) |
int | nps_imat_csr_fill_mut (nps_imat_state *st, nps_imat_csr_t **o, nps_error_t *err) |
int | nps_imat_csr_fill_frz (nps_imat_state *st, nps_imat_csr_t **o, nps_error_t *err) |
#define _GNU_SOURCE |
#define NPS_INST_ARR_INITIAL_NUM_FEATS (2048*512) |
void nps_imat_csr_del | ( | nps_imat_csr_t * | o | ) |
int nps_imat_csr_fill_err | ( | nps_imat_state * | st, | |
char | mutable, | |||
nps_imat_csr_t ** | o, | |||
nps_error_t * | err | |||
) |
int nps_imat_csr_fill_frz | ( | nps_imat_state * | st, | |
nps_imat_csr_t ** | o, | |||
nps_error_t * | err | |||
) |
int nps_imat_csr_fill_mut | ( | nps_imat_state * | st, | |
nps_imat_csr_t ** | o, | |||
nps_error_t * | err | |||
) |
nps_imat_csr_t* nps_imat_csr_new | ( | s8_t | init_labs, | |
s8_t | init_vals | |||
) |
void nps_imat_csr_realloc | ( | nps_imat_csr_t * | o, | |
s8_t | sz | |||
) |