#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <math.h>
#include <assert.h>
#include <it/vec.h>
#include <it/io.h>
Go to the source code of this file.
Functions | |
int | main () |
Definition in file test_vec.c.
int main | ( | void | ) |
Definition at line 32 of file test_vec.c.
References _vec, it_printf(), ivec_del(), ivec_delete(), ivec_k_max(), ivec_k_max_index_between(), ivec_length(), ivec_length_max(), ivec_median(), ivec_new_intersection(), ivec_new_string(), ivec_new_union(), ivec_new_unique(), ivec_pop(), ivec_push, ivec_sort(), vec_1N(), vec_cum_sum(), vec_del(), vec_delete(), Vec_length, vec_length_max(), vec_max(), vec_mean(), vec_min(), vec_new(), vec_new_arithm(), vec_new_geom(), vec_new_ones(), vec_new_zeros(), vec_norm(), vec_pop(), vec_push, vec_set(), Vec_set_length_max, vec_sort(), vec_sort_index(), vec_sum(), and vec_sum_sqr().
|
|