biomcmc-lib
0.1
low level library for phylogenetic analysis
|
find k smallest element in vector More...
#include "lowlevel.h"
Go to the source code of this file.
Functions | |
double | biomcmc_quantile_double (double *original_vector, int n, double quantile) |
void | biomcmc_quantile_vector_double (double *original_vector, int n, double *quantile, int n_quantile, double *result) |
double | biomcmc_wirth_algorithm (double *a, int n, int k) |
find k-smallest element, changing vector a[] | |
find k smallest element in vector