Classes |
struct | nps_InstMatLoL |
Defines |
#define | _GNU_SOURCE |
#define | NPS_INST_ARR_INITIAL_NUM_INST 2048 |
#define | NPS_INST_ARR_INITIAL_NUM_FEATS (2048*512) |
Functions |
struct nps_InstMatLoL * | nps_InstMatLoL_ctor (struct nps_InstMatLoL *o, nps_error_t *error, va_list *app) |
int | nps_imat_lol_realloc (struct nps_InstMatLoL *o, nps_error_t *err, s8_t nRows) |
int | nps_InstMatLoL_dtor (struct nps_InstMatLoL *o) |
int | nps_initInstMatLoL (nps_error_t *error) |
struct nps_InstMatLoL * | nps_newInstMatLoL (nps_error_t *err, s8_t nRows, struct Nps_Intern *instDict, struct Nps_Intern *featDict, struct Nps_Intern *labDict) |
int64_t | nps_InstMatLoL_numRows (struct nps_InstMatLoL *o) |
void | nps_InstMatLoL_norm2 (struct nps_InstMatLoL *o) |
int | nps_imat_lol_fill_err (struct nps_InstMatLoL *o, nps_error_t *err, struct nps_ImatState *st, char mutable) |
int | nps_imat_lol_fill_mut (struct nps_InstMatLoL *o, nps_error_t *err, struct nps_ImatState *st) |
int | nps_imat_lol_fill_frz (struct nps_InstMatLoL *o, nps_error_t *err, struct nps_ImatState *st) |
Variables |
struct nps_InstMatLoL * | nps_InstMatLoL |