10#include <gsl/gsl_matrix.h>
11#include <gsl/gsl_blas.h>
31void StrDblQueue_print(
const StrDblQueue *self, FILE *fp);
34StrDblQueue *StrDblQueue_parseLegofit(
const char *fname,
int freeonly);
38void checkConsistency(
const char *fname1,
const char *fname2,
40void make_covar_matrix(
int nfiles,
int npar,
double array[nfiles][npar],
int StrDblQueue_compare(StrDblQueue *lhs, StrDblQueue *rhs)
Compare the str fields in two StrDblQueue objects.
Definition: strdblqueue.c:90
StrDblQueue * StrDblQueue_parseSitePat(const char *fname)
Parse a data file as produced either by sitepat, tabpat, legosim, or legofit.
Definition: strdblqueue.c:193
Definition: strdblqueue.h:15
Definition: strdblqueue.h:22