Legofit
infers population history from nucleotide site patterns.
pointbuff.h
1
#ifndef ARR_POINTBUFF_H
2
#define ARR_POINTBUFF_H
3
4
#include "typedefs.h"
5
6
PointBuff
*PointBuff_new(
unsigned
npar,
unsigned
totpts);
7
void
PointBuff_free(
PointBuff
* self);
8
unsigned
PointBuff_size(
const
PointBuff
* self);
9
void
PointBuff_push(
PointBuff
* self,
double
cost,
int
n,
double
param[n]);
10
double
PointBuff_pop(
PointBuff
* self,
int
n,
double
param[n]);
11
12
#endif
PointBuff
Definition:
pointbuff.c:23
Generated on Fri Mar 17 2023 17:45:47 for Legofit by
1.9.4