|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.nengo.math.impl.SimpleFunctions
public class SimpleFunctions
A collection of Functions that do not have parameters.
Nested Class Summary | |
---|---|
static class |
SimpleFunctions.Acos
In radians. |
static class |
SimpleFunctions.Asin
In radians. |
static class |
SimpleFunctions.Atan
In radians. |
static class |
SimpleFunctions.Cos
In radians. |
static class |
SimpleFunctions.Exp
e^x |
static class |
SimpleFunctions.Fold
Computes the image of x0 \in \mathbb{R} in the quotient group \mathbb{R}/\mathbb{Z}. |
static class |
SimpleFunctions.InverseNormal
Computes the inverse of the normal distribution |
static class |
SimpleFunctions.Ln
ln(x) |
static class |
SimpleFunctions.Log10
log_10(x) |
static class |
SimpleFunctions.Log2
log_2(x) |
static class |
SimpleFunctions.Max
max(x,y) |
static class |
SimpleFunctions.Min
min(x,y) |
static class |
SimpleFunctions.Normal
Computes the normal distribution's cumulative density function |
static class |
SimpleFunctions.Pow
x^y |
static class |
SimpleFunctions.Sin
In radians. |
static class |
SimpleFunctions.Sqrt
Square root of x |
static class |
SimpleFunctions.Tan
In radians. |
Constructor Summary | |
---|---|
SimpleFunctions()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleFunctions()
|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |