#include "xtract_types.h"
Go to the source code of this file.
Functions | |
int | xtract_flux (const float *data, const int N, const void *argv, float *result) |
Extract flux. | |
int | xtract_lnorm (const float *data, const int N, const void *argv, float *result) |
Extract the L-norm of a vector. | |
int | xtract_attack_time (const float *data, const int N, const void *argv, float *result) |
Extract attack Time. | |
int | xtract_decay_time (const float *data, const int N, const void *argv, float *result) |
int | xtract_difference_vector (const float *data, const int N, const void *argv, float *result) |
Extract the difference between two vectors. |