#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "IndexTSSubset.h"
Functions | |
IndexTSSubsetErrorStatus | IndexTSSubset (double tstart, double tend, double *in_tags, int ndata, int *istart_p, int *iend_p, char *out_message) |
int | nle_bisection (double xsearch, double x[], int nx) |
IndexTSSubsetErrorStatus IndexTSSubset | ( | double | tstart, | |
double | tend, | |||
double * | in_tags, | |||
int | ndata, | |||
int * | istart_p, | |||
int * | iend_p, | |||
char * | out_message | |||
) |
int nle_bisection | ( | double | xsearch, | |
double | x[], | |||
int | nx | |||
) |