Package | Description |
---|---|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
static ComplexMatrixToken |
ComplexMatrixToken.convert(Token token)
Convert the specified token into an instance of ComplexMatrixToken.
|
Modifier and Type | Method and Description |
---|---|
static ComplexMatrixToken |
UtilityFunctions.zeroMatrixComplex(int rows,
int columns)
Return a complex zero matrix with the given number of rows and
columns.
|