| Interface | Description |
|---|---|
| ByteStorageSupport<T extends java.lang.Number> |
| Class | Description |
|---|---|
| MLArray | |
| MLCell | |
| MLChar | |
| MLDouble |
Class represents Double array (matrix)
|
| MLEmptyArray | |
| MLInt16 |
Class represents Int16 array (matrix)
|
| MLInt32 | |
| MLInt64 |
Class represents Int64 (long) array (matrix)
|
| MLInt8 | |
| MLJavaObject | |
| MLNumericArray<T extends java.lang.Number> | |
| MLObject | |
| MLSingle | |
| MLSparse | |
| MLStructure |
This class represents Matlab's Structure object (structure array).
|
| MLUInt32 | |
| MLUInt64 |
Class represents Int64 (long) array (matrix)
|
| MLUInt8 |
Class represents UInt8 (byte) array (matrix)
|