|
|
@ -16,6 +16,7 @@ void * cx_sgauss(void *data, short int type, int length, int *newlength, short i |
|
|
void * cx_poisson(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_poisson(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_exponential(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_exponential(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_mean(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_mean(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
|
|
|
void * cx_stddev(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_length(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_length(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_vector(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_vector(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_unitvec(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
void * cx_unitvec(void *data, short int type, int length, int *newlength, short int *newtype); |
|
|
|