Package | Description |
---|---|
ptolemy.math |
Math classes.
|
ptolemy.math.test |
The ptolemy.math.test package.
|
Modifier and Type | Method and Description |
---|---|
static Complex[] |
ComplexArrayMath.applyUnaryOperation(ComplexUnaryOperation op,
Complex[] array)
Return a new array that is formed by applying an instance of a
ComplexUnaryOperation to each element in the input array
(op.operate(array[i])).
|
static Complex[][] |
ComplexMatrixMath.applyUnaryOperation(ComplexUnaryOperation op,
Complex[][] matrix)
Return a new matrix that is formed by applying an instance of a
ComplexUnaryOperation to each element in the input matrix
(op.operate(matrix[i][j])).
|
Modifier and Type | Class and Description |
---|---|
class |
TestComplexUnaryOperation
A operation taking one argument of type complex, and producing a value of
type complex.
|