These functions are implemented in both pmv_ref.c and pmv_amd.c, so don't link both of them at once.
Definition in file pmv.h.
#include <gsl/gsl_complex.h>
Go to the source code of this file.
Typedefs | |
| typedef gsl_complex | complex_t |
Functions | |
| void | pmv_fabs (int size1, int size2, const double *xptr, int xtd, double *yptr, int ytd) |
| |
| void | pmv_axpby_cabs (int size1, int size2, const double a, const complex_t *xptr, int xtd, const double b, double *yptr, int tdy) |
| |
| void | pmv_clogabs (int size1, int size2, const complex_t *xptr, int xtd, double *yptr, int ytd) |
| |
| void | pmv_carg (int size1, int size2, const complex_t *xptr, int xtd, double *yptr, int ytd) |
| |
| void | pmv_pow (int size1, int size2, const double *xptr, int xtd, double *yptr, int ytd, double p) |
| |
| void | pmv_exp (int size1, int size2, const double *xptr, int xtd, double *yptr, int ytd) |
| |
| void | pmv_log (int size1, int size2, const double *xptr, int xtd, double *yptr, int ytd) |
| |
| void | pmv_sigmoid (int size1, int size2, const double *xptr, int xtd, double *yptr, int ytd) |
| |
| void | pmv_softmax (int size1, int size2, const double *xptr, int xtd, double *yptr, int ytd) |
| |
| void | pmv_uniform (int size1, int size2, unsigned long int seed, double *yptr, int ytd) |
| |
| void | pmv_normal (int size1, int size2, unsigned long int seed, double *yptr, int ytd) |
| |
|
||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
Definition at line 131 of file pmv_ref.c. References SIGMOID. |
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
1.4.4