Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.data |
Packages for manipulating data that passes between actors.
|
ptolemy.data.expr |
The Ptolemy II Expression Language.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixPane.display(MatrixToken matrix)
Set the matrix to display in the table.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanMatrixToken
A token that contains a 2-D boolean matrix.
|
class |
ComplexMatrixToken
A token that contains a 2-D Complex matrix.
|
class |
DoubleMatrixToken
A token that contains a 2-D double matrix.
|
class |
FixMatrixToken
A token that contains a 2-D FixToken matrix.
|
class |
IntMatrixToken
A token that contains a 2-D int matrix.
|
class |
LongMatrixToken
A token that contains a 2-D long matrix.
|
Modifier and Type | Method and Description |
---|---|
protected MatrixToken |
DoubleMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
FixMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
MatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
ComplexMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
LongMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
IntMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
DoubleMatrixToken._addElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of each element of this Token.
|
protected MatrixToken |
FixMatrixToken._addElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token added from the value of each element of this Token.
|
protected MatrixToken |
MatrixToken._addElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of each element of this Token.
|
protected MatrixToken |
ComplexMatrixToken._addElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of each element of this Token.
|
protected MatrixToken |
LongMatrixToken._addElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of each element of this Token.
|
protected MatrixToken |
IntMatrixToken._addElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of each element of this Token.
|
protected MatrixToken |
DoubleMatrixToken._divideElement(Token rightArgument)
Return a new token whose elements are the result of dividing
the elements of this token by the argument.
|
protected MatrixToken |
MatrixToken._divideElement(Token rightArgument)
Return a new token whose elements are the result of dividing
the elements of this token by the argument.
|
protected MatrixToken |
ComplexMatrixToken._divideElement(Token rightArgument)
Return a new token whose elements are the result of dividing
the elements of this token by the argument.
|
protected MatrixToken |
LongMatrixToken._divideElement(Token rightArgument)
Return a new token whose elements are the result of dividing
the elements of this token by the argument.
|
protected MatrixToken |
IntMatrixToken._divideElement(Token rightArgument)
Return a new token whose elements are the result of dividing
the elements of this token by the argument.
|
protected MatrixToken |
DoubleMatrixToken._moduloElement(Token rightArgument)
Return a new token whose elements are the remainders of
the elements of this token when divided by the argument.
|
protected MatrixToken |
MatrixToken._moduloElement(Token rightArgument)
Return a new token whose elements are the modulo of
the elements of this token by the argument.
|
protected MatrixToken |
LongMatrixToken._moduloElement(Token rightArgument)
Return a new token whose elements are the remainders of
the elements of this token when divided by the argument.
|
protected MatrixToken |
IntMatrixToken._moduloElement(Token rightArgument)
Return a new token whose elements are the remainders of
the elements of this token when divided by the argument.
|
protected MatrixToken |
DoubleMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
FixMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
MatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
ComplexMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token multiplied to the value of this Token.
|
protected MatrixToken |
LongMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
IntMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
DoubleMatrixToken._multiplyElement(Token rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
FixMatrixToken._multiplyElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token multiplyed from the value of each element of this Token.
|
protected MatrixToken |
MatrixToken._multiplyElement(Token rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument scalar token.
|
protected MatrixToken |
ComplexMatrixToken._multiplyElement(Token rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
LongMatrixToken._multiplyElement(Token rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument scalar token.
|
protected MatrixToken |
IntMatrixToken._multiplyElement(Token rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument scalar token.
|
protected MatrixToken |
DoubleMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument token
subtracted from the value of this token.
|
protected MatrixToken |
FixMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token subtracted to the value of this Token.
|
protected MatrixToken |
MatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
token subtracted from the value of this token.
|
protected MatrixToken |
ComplexMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token subtracted to the value of this Token.
|
protected MatrixToken |
LongMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument token
subtracted from the value of this token.
|
protected MatrixToken |
IntMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument token
subtracted from the value of this token.
|
protected MatrixToken |
DoubleMatrixToken._subtractElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
protected MatrixToken |
FixMatrixToken._subtractElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
protected MatrixToken |
MatrixToken._subtractElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this
Token.
|
protected MatrixToken |
ComplexMatrixToken._subtractElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
protected MatrixToken |
LongMatrixToken._subtractElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
protected MatrixToken |
IntMatrixToken._subtractElement(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
protected MatrixToken |
DoubleMatrixToken._subtractElementReverse(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
protected MatrixToken |
FixMatrixToken._subtractElementReverse(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
protected MatrixToken |
MatrixToken._subtractElementReverse(Token rightArgument)
Return a new token whose value is the value of each element of
this Token subtracted from the value the argument Token.
|
protected MatrixToken |
ComplexMatrixToken._subtractElementReverse(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
protected MatrixToken |
LongMatrixToken._subtractElementReverse(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
protected MatrixToken |
IntMatrixToken._subtractElementReverse(Token rightArgument)
Return a new token whose value is the value of the argument
Token subtracted from the value of each element of this Token.
|
static MatrixToken |
MatrixToken.arrayToMatrix(Token[] tokens,
int rows,
int columns)
Create a new instance of a MatrixToken subclass with the
given number of rows and columns.
|
static MatrixToken |
MatrixToken.arrayToMatrix(Type type,
Token[] tokens,
int rows,
int columns)
Create a new instance of a MatrixToken subclass with the given
element type and number of rows and columns.
|
static MatrixToken |
MatrixToken.create(Token[] tokens,
int rows,
int columns)
Deprecated.
Use arrayToMatrix() instead.
|
MatrixToken |
DoubleMatrixToken.crop(int rowStart,
int colStart,
int rowSpan,
int colSpan)
Return a new matrix that is a sub-matrix of this matrix.
|
MatrixToken |
FixMatrixToken.crop(int rowStart,
int colStart,
int rowSpan,
int colSpan)
Return a new matrix that is a sub-matrix of this matrix.
|
MatrixToken |
MatrixToken.crop(int rowStart,
int colStart,
int rowSpan,
int colSpan)
Return a new matrix that is a sub-matrix of this matrix.
|
MatrixToken |
ComplexMatrixToken.crop(int rowStart,
int colStart,
int rowSpan,
int colSpan)
Return a new matrix that is a sub-matrix of this matrix.
|
MatrixToken |
LongMatrixToken.crop(int rowStart,
int colStart,
int rowSpan,
int colSpan)
Return a new matrix that is a sub-matrix of this matrix.
|
MatrixToken |
IntMatrixToken.crop(int rowStart,
int colStart,
int rowSpan,
int colSpan)
Return a new matrix that is a sub-matrix of this matrix.
|
MatrixToken |
BooleanMatrixToken.crop(int rowStart,
int colStart,
int rowSpan,
int colSpan)
Return a new matrix that is a sub-matrix of this matrix.
|
MatrixToken |
DoubleMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
FixMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
MatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
ComplexMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
LongMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
IntMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
BooleanMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken[][] |
DoubleMatrixToken.split(int[] rows,
int[] columns)
Split this matrix into multiple matrices.
|
MatrixToken[][] |
FixMatrixToken.split(int[] rows,
int[] columns)
Split this matrix into multiple matrices.
|
MatrixToken[][] |
MatrixToken.split(int[] rows,
int[] columns)
Split this matrix into multiple matrices.
|
MatrixToken[][] |
ComplexMatrixToken.split(int[] rows,
int[] columns)
Split this matrix into multiple matrices.
|
MatrixToken[][] |
LongMatrixToken.split(int[] rows,
int[] columns)
Split this matrix into multiple matrices.
|
MatrixToken[][] |
IntMatrixToken.split(int[] rows,
int[] columns)
Split this matrix into multiple matrices.
|
MatrixToken[][] |
BooleanMatrixToken.split(int[] rows,
int[] columns)
Split this matrix into multiple matrices.
|
Modifier and Type | Method and Description |
---|---|
protected MatrixToken |
DoubleMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
FixMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
MatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
ComplexMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
LongMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected MatrixToken |
IntMatrixToken._add(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token added to the value of this Token.
|
protected BooleanToken |
MatrixToken._isCloseTo(MatrixToken token,
double distance)
Test whether the value of this token is close to the first
argument, where "close" means that the distance between their
elements is less than or equal to the second argument.
|
protected BooleanToken |
MatrixToken._isEqualTo(MatrixToken rightArgument)
Test for equality of the values of this Token and the argument
Token.
|
protected MatrixToken |
DoubleMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
FixMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
MatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
ComplexMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token multiplied to the value of this Token.
|
protected MatrixToken |
LongMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
IntMatrixToken._multiply(MatrixToken rightArgument)
Return a new token whose value is the value of this token
multiplied by the value of the argument token.
|
protected MatrixToken |
DoubleMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument token
subtracted from the value of this token.
|
protected MatrixToken |
FixMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token subtracted to the value of this Token.
|
protected MatrixToken |
MatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
token subtracted from the value of this token.
|
protected MatrixToken |
ComplexMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument
Token subtracted to the value of this Token.
|
protected MatrixToken |
LongMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument token
subtracted from the value of this token.
|
protected MatrixToken |
IntMatrixToken._subtract(MatrixToken rightArgument)
Return a new token whose value is the value of the argument token
subtracted from the value of this token.
|
MatrixToken |
DoubleMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
FixMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
MatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
ComplexMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
LongMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
IntMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
MatrixToken |
BooleanMatrixToken.join(MatrixToken[][] matrices)
Join a matrix of matrices into a single matrix by tiling.
|
static ArrayToken |
MatrixToken.matrixToArray(MatrixToken matrix)
Create a new instance of ArrayToken that contains the values
in the specified matrix.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcreteMatrixToken
A token that represents an empty matrix, with no element type.
|