#include <glib.h>#include <stdio.h>#include <stdint.h>#include "../bio/bio.h"#include "../error/error.h"#include "../nps/Object.h"Go to the source code of this file.
Classes | |
| struct | nps_imat_state |
Functions | |
| nps_imat_state * | nps_imat_state_new () |
| void | nps_imat_state_del () |
Variables | |
| nps_domain_t | Nps_Imat = { "Instance Matrix" } |
| nps_errorType_t | Nps_Imat_LineTooLong = {"Line Too Long"} |
| nps_errorType_t | Nps_Imat_FeaturePrefix = {"'_' disallowed in feature prefix"} |
| nps_errorType_t | Nps_Imat_ExtraWS = {"Extra white space"} |
| nps_errorType_t | Nps_Imat_DoubleParse = {"Unable to parse string as double"} |
| nps_errorType_t | Nps_Imat_ParseKey = {"Unable to parse key"} |
| nps_errorType_t | Nps_Imat_MissingDelim = {"Delimiter missing"} |
| nps_errorType_t | Nps_Imat_ParseWeight = {"Unable to parse weight"} |
| nps_errorType_t | Nps_Imat_KeyUnique = {"Instance keys are not unique"} |
| void nps_imat_state_del | ( | ) |
| nps_imat_state* nps_imat_state_new | ( | ) |
| nps_domain_t Nps_Imat = { "Instance Matrix" } |
| nps_errorType_t Nps_Imat_DoubleParse = {"Unable to parse string as double"} |
| nps_errorType_t Nps_Imat_ExtraWS = {"Extra white space"} |
| nps_errorType_t Nps_Imat_FeaturePrefix = {"'_' disallowed in feature prefix"} |
| nps_errorType_t Nps_Imat_KeyUnique = {"Instance keys are not unique"} |
| nps_errorType_t Nps_Imat_LineTooLong = {"Line Too Long"} |
| nps_errorType_t Nps_Imat_MissingDelim = {"Delimiter missing"} |
| nps_errorType_t Nps_Imat_ParseKey = {"Unable to parse key"} |
| nps_errorType_t Nps_Imat_ParseWeight = {"Unable to parse weight"} |
1.6.3