SPRAAK
|
Vector operations. More...
Functions | |
float | spr_math_vector_dist2 (int n, const float *x, const float *y) |
float | spr_math_vec_dist (int n, const float *x, const float *y) |
void | spr_math_vec_pme (int n, float *x, float *y, float *z) |
void | spr_math_vec_init (int n, float *x, float a) |
Initializes the first n elements of x[] with a. More... | |
void | spr_math_vec_add (int n, float *x, float *y, float *z) |
int | spr_math_vec_findmax (int n, const float *x) |
out: index of highest value More... | |
int | spr_math_vec_findmin (int n, const float *x) |
out: index of lowest value More... | |
Vector operations.