| Class | Description |
|---|---|
| Abs |
Abs elementwise function
|
| AMax |
Calculate the absolute minimum over a vector
|
| AMin |
Calculate the absolute minimum over a vector
|
| Ceil |
Ceiling elementwise function
|
| Cube |
Cube (x^3) elementwise function
|
| Floor |
Floor elementwise function
|
| Identity |
Identity function
|
| Max |
Calculate the maximum value between two arrays in an elementwise fashion, broadcasting if required
|
| Min |
Calculate the minimum value between two arrays in an elementwise fashion, broadcasting if required
|
| Negative |
Negative function
|
| OneMinus |
1 - input
|
| Reciprocal |
Created by susaneraly on 3/28/18.
|
| Round |
Rounding function
|
| Sign |
Signum function
|
| Square |
Square function (x ^ 2)
|
| TimesOneMinus |
If x is input: output is x*(1-x)
|
Copyright © 2019. All rights reserved.