Package | Description |
---|---|
ptolemy.data.type |
The type system.
|
Modifier and Type | Class and Description |
---|---|
static class |
MatrixType.BooleanMatrixType
The boolean matrix data type.
|
static class |
MatrixType.ComplexMatrixType
The complex matrix data type.
|
static class |
MatrixType.DoubleMatrixType
The double matrix data type.
|
static class |
MatrixType.FixMatrixType
The fix matrix data type.
|
static class |
MatrixType.IntMatrixType
The integer matrix data type.
|
static class |
MatrixType.LongMatrixType
The long matrix data type.
|
Modifier and Type | Field and Description |
---|---|
static MatrixType |
BaseType.MATRIX
The matrix data type: The least upper bound of all the matrix types.
|
Modifier and Type | Method and Description |
---|---|
static MatrixType |
MatrixType.getMatrixTypeForElementType(Type elementType)
Return a matrix type whose element type is the given element
type.
|