Functions

Undocumented in source.

Members

Static functions

axpy
void axpy(float a, float[] x, float[] y)
Undocumented in source. Be warned that the author may not have intended to support it.
axpy
void axpy(float a, SparseF[] x, float[] y)
Undocumented in source. Be warned that the author may not have intended to support it.
dotProd
float dotProd(float[] x, float[] y)
Undocumented in source. Be warned that the author may not have intended to support it.
log1expp
double log1expp(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
logistic
double logistic(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
relu
void relu(float[] x, float[] y)
Undocumented in source. Be warned that the author may not have intended to support it.
tanh
void tanh(float[] x, float[] y)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta