#include "ImatState.h"
#include "lol.h"
#include <stdlib.h>
#include <stdint.h>
#include "../error/error.h"
#include "imat_undef.h"
Go to the source code of this file.
Functions | |
int | nps_initInstMatLoL (nps_error_t *) |
void | nps_InstMatLolRandomize (struct nps_InstMatLoL *o) |
int64_t | nps_InstMatLol_numRows (struct nps_InstMatLoL *o) |
Variables | |
struct nps_InstMatLoL * | nps_InstMatLoL |
int nps_initInstMatLoL | ( | nps_error_t * | ) |
int64_t nps_InstMatLol_numRows | ( | struct nps_InstMatLoL * | o | ) |
void nps_InstMatLolRandomize | ( | struct nps_InstMatLoL * | o | ) |
struct nps_InstMatLoL* nps_InstMatLoL |