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 IntMatrixToken |
IntMatrixToken.convert(Token token)
Convert the specified token into an instance of IntMatrixToken.
|
Modifier and Type | Method and Description |
---|---|
static IntMatrixToken |
UtilityFunctions.zeroMatrixInt(int rows,
int columns)
Return a int zero matrix with the given number of rows and
columns.
|