#include "../bio/ty.h"
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | s8f8_svec_t |
Functions | |
s8f8_svec_t * | s8f8_svec_alloc (int64_t sz, int64_t *ix, double *vals) |
void | s8f8_svec_free (s8f8_svec_t *o) |
s8f8_svec_t * | s8f8_svec_clone_unsafe (s8f8_svec_t *o) |
s8f8_svec_t* s8f8_svec_alloc | ( | int64_t | sz, | |
int64_t * | ix, | |||
double * | vals | |||
) |
s8f8_svec_t* s8f8_svec_clone_unsafe | ( | s8f8_svec_t * | o | ) |
void s8f8_svec_free | ( | s8f8_svec_t * | o | ) |