Libraries | |
| Abs | |
| returns a matrix object with coefficient-wise absolute value  | |
| Abs2 | |
| returns a matrix object with coefficient-wise squared absolute value  | |
| Cos | |
| returns a matrix object with coefficient-wise cosine  | |
| Cube | |
| returns a matrix object with coefficient-wise cubic value (x^3)  | |
| CWiseBase | |
| constructor  | |
| Exp | |
| returns a matrix object with coefficient-wise exponential (Euler number power component)  | |
| Greater | |
| returns a matrix indicating which element of this is >x  | |
| Less | |
| returns a matrix indicating which element of this is smaller than x  | |
| Pow | |
| returns a matrix object with coefficient-wise power of *this to the given exponent (operator ^)  | |
| Sign | |
| returns an array with elementwise sign (-1 if <0, 0 if=0, 1 if>0)  | |
| Sin | |
| returns a matrix object with coefficient-wise sinus  | |
| Square | |
| returns a matrix object with coefficient-wise squared value  | |
returns the arcus tangens from two parameters: x is this array, y is the given array The output object contains the elementwise atan2 values
 1.5.6