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