- get(int, int) - Method in class com.jmatio.types.MLCell
-
- get(int) - Method in class com.jmatio.types.MLCell
-
- get(ByteBuffer, int) - Method in class com.jmatio.types.MLInt8
-
Override to accelerate the performance
- get(int, int) - Method in class com.jmatio.types.MLNumericArray
-
Does the same as getReal
.
- get(int) - Method in class com.jmatio.types.MLNumericArray
-
- get(ByteBuffer, int) - Method in class com.jmatio.types.MLNumericArray
-
- get(ByteBuffer, int) - Method in class com.jmatio.types.MLUInt8
-
Override to accelerate the performance
- getAllFields() - Method in class com.jmatio.types.MLStructure
-
Gets all field from sruct array as flat list of fields.
- getArray() - Method in class com.jmatio.types.MLDouble
-
Gets two-dimensional real array.
- getArray() - Method in class com.jmatio.types.MLInt16
-
Gets two-dimensional real array.
- getArray() - Method in class com.jmatio.types.MLInt32
-
Gets two-dimensional real array.
- getArray() - Method in class com.jmatio.types.MLInt64
-
Gets two-dimensional real array.
- getArray() - Method in class com.jmatio.types.MLInt8
-
Gets two-dimensional real array.
- getArray() - Method in class com.jmatio.types.MLUInt64
-
Gets two-dimensional real array.
- getArray() - Method in class com.jmatio.types.MLUInt8
-
Gets two-dimensional real array.
- getByteArray(T) - Method in interface com.jmatio.types.ByteStorageSupport
-
- getByteArray(Double) - Method in class com.jmatio.types.MLDouble
-
- getByteArray(Short) - Method in class com.jmatio.types.MLInt16
-
- getByteArray(Integer) - Method in class com.jmatio.types.MLInt32
-
- getByteArray(Long) - Method in class com.jmatio.types.MLInt64
-
- getByteArray(Byte) - Method in class com.jmatio.types.MLInt8
-
- getByteArray(Float) - Method in class com.jmatio.types.MLSingle
-
- getByteArray(Double) - Method in class com.jmatio.types.MLSparse
-
- getByteArray(Long) - Method in class com.jmatio.types.MLUInt64
-
- getByteArray(Byte) - Method in class com.jmatio.types.MLUInt8
-
- getBytesAllocated() - Method in interface com.jmatio.types.ByteStorageSupport
-
- getBytesAllocated() - Method in class com.jmatio.types.MLDouble
-
- getBytesAllocated() - Method in class com.jmatio.types.MLInt16
-
- getBytesAllocated() - Method in class com.jmatio.types.MLInt32
-
- getBytesAllocated() - Method in class com.jmatio.types.MLInt64
-
- getBytesAllocated() - Method in class com.jmatio.types.MLInt8
-
- getBytesAllocated() - Method in class com.jmatio.types.MLSingle
-
- getBytesAllocated() - Method in class com.jmatio.types.MLSparse
-
- getBytesAllocated() - Method in class com.jmatio.types.MLUInt64
-
- getBytesAllocated() - Method in class com.jmatio.types.MLUInt8
-
- getChar(int, int) - Method in class com.jmatio.types.MLChar
-
- getClassName() - Method in class com.jmatio.types.MLJavaObject
-
- getClassName() - Method in class com.jmatio.types.MLObject
-
- getContent(MLArray, int, int) - Method in class com.jmatio.common.util.MLArrayQuery
-
Returns the content of the field/cell/object.
- getContent() - Method in class com.jmatio.io.MatFileReader
-
Returns a map of MLArray
objects that were inside MAT-file.
- getData() - Method in class com.jmatio.io.MatFileReader
-
- getDescription() - Method in class com.jmatio.io.MatFileHeader
-
Gets descriptive text
- getDimensions() - Method in class com.jmatio.types.MLArray
-
- getEndianIndicator() - Method in class com.jmatio.io.MatFileHeader
-
Gets endian indicator.
- getField(String) - Method in class com.jmatio.types.MLStructure
-
Gets a value of the field described by name from current struct
in struct array or null if the field doesn't exist.
- getField(String, int, int) - Method in class com.jmatio.types.MLStructure
-
Gets a value of the field described by name from (m,n)'th struct
in struct array or null if the field doesn't exist.
- getField(String, int) - Method in class com.jmatio.types.MLStructure
-
Gets a value of the field described by name from index'th struct
in struct array or null if the field doesn't exist.
- getFieldNames() - Method in class com.jmatio.types.MLStructure
-
Returns the
Collection
of keys for this structure.
- getFlags() - Method in class com.jmatio.types.MLArray
-
- getImaginary(int, int) - Method in class com.jmatio.types.MLNumericArray
-
Gets single imaginary array element of A(m,n).
- getImaginary(int) - Method in class com.jmatio.types.MLNumericArray
-
- getImaginary(int, int) - Method in class com.jmatio.types.MLSparse
-
- getImaginary(int) - Method in class com.jmatio.types.MLSparse
-
- getImaginaryByteBuffer() - Method in class com.jmatio.types.MLNumericArray
-
- getIndex(int, int) - Method in class com.jmatio.types.MLArray
-
- getIndex(int, int) - Method in class com.jmatio.types.MLCell
-
- getIR() - Method in class com.jmatio.types.MLSparse
-
Gets row indices
ir points to an integer array of length nzmax containing the row indices of
the corresponding elements in pr and pi.
- getJC() - Method in class com.jmatio.types.MLSparse
-
Gets column indices.
- getKeySetToByteArray() - Method in class com.jmatio.types.MLStructure
-
Dumps field names to byte array.
- getM() - Method in class com.jmatio.types.MLArray
-
- getMatFileHeader() - Method in class com.jmatio.io.MatFileReader
-
Gets MAT-file header
- getMaxFieldLenth() - Method in class com.jmatio.types.MLStructure
-
Gets the maximum length of field descriptor
- getMaxNZ() - Method in class com.jmatio.types.MLSparse
-
Gets maximum number of non-zero values
- getMLArray(String) - Method in class com.jmatio.io.MatFileReader
-
Returns the value to which the red file maps the specified array name.
- getN() - Method in class com.jmatio.types.MLArray
-
- getName() - Method in class com.jmatio.types.MLArray
-
Gets array name
- getNameToByteArray() - Method in class com.jmatio.types.MLArray
-
- getNDimensions() - Method in class com.jmatio.types.MLArray
-
- getObject() - Method in class com.jmatio.types.MLJavaObject
-
- getObject() - Method in class com.jmatio.types.MLObject
-
- getReal(int, int) - Method in class com.jmatio.types.MLNumericArray
-
Gets single real array element of A(m,n).
- getReal(int) - Method in class com.jmatio.types.MLNumericArray
-
- getReal(int, int) - Method in class com.jmatio.types.MLSparse
-
- getReal(int) - Method in class com.jmatio.types.MLSparse
-
- getRealByteBuffer() - Method in class com.jmatio.types.MLNumericArray
-
- getSize() - Method in class com.jmatio.types.MLArray
-
- getStorageClazz() - Method in interface com.jmatio.types.ByteStorageSupport
-
- getStorageClazz() - Method in class com.jmatio.types.MLDouble
-
- getStorageClazz() - Method in class com.jmatio.types.MLInt16
-
- getStorageClazz() - Method in class com.jmatio.types.MLInt32
-
- getStorageClazz() - Method in class com.jmatio.types.MLInt64
-
- getStorageClazz() - Method in class com.jmatio.types.MLInt8
-
- getStorageClazz() - Method in class com.jmatio.types.MLSingle
-
- getStorageClazz() - Method in class com.jmatio.types.MLSparse
-
- getStorageClazz() - Method in class com.jmatio.types.MLUInt64
-
- getStorageClazz() - Method in class com.jmatio.types.MLUInt8
-
- getString(int) - Method in class com.jmatio.types.MLChar
-
Gets the m-th character matrix's row as String
.
- getType() - Method in class com.jmatio.types.MLArray
-
- getVersion() - Method in class com.jmatio.io.MatFileHeader
-
When creating a MAT-file, set version to 0x0100
- matches(String) - Method in class com.jmatio.io.MatFileFilter
-
Test if given name matches the filter.
- MatDataTypes - Class in com.jmatio.common
-
MAT-file data types
- MatDataTypes() - Constructor for class com.jmatio.common.MatDataTypes
-
- MatFileFilter - Class in com.jmatio.io
-
File filter.
- MatFileFilter() - Constructor for class com.jmatio.io.MatFileFilter
-
Creates empty filter intance.
- MatFileFilter(String[]) - Constructor for class com.jmatio.io.MatFileFilter
-
Create filter intance and add array names.
- MatFileHeader - Class in com.jmatio.io
-
MAT-file header
Level 5 MAT-files begin with a 128-byte header made up of a 124 byte text field
and two, 16-bit flag fields
- MatFileHeader(String, int, byte[]) - Constructor for class com.jmatio.io.MatFileHeader
-
New MAT-file header
- MatFileIncrementalWriter - Class in com.jmatio.io
-
MAT-file Incremental writer.
- MatFileIncrementalWriter(String) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
Creates a writer to a file given the filename.
- MatFileIncrementalWriter(File) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
Creats a writer to a file given the File object.
- MatFileIncrementalWriter(WritableByteChannel) - Constructor for class com.jmatio.io.MatFileIncrementalWriter
-
Creates a writer for a file, given an output channel to the file..
- MatFileInputStream - Class in com.jmatio.io.stream
-
MAT-file input stream class.
- MatFileInputStream(ByteBuffer, int) - Constructor for class com.jmatio.io.stream.MatFileInputStream
-
Attach MAT-file input stream to InputStream
- MatFileReader - Class in com.jmatio.io
-
- MatFileReader(String) - Constructor for class com.jmatio.io.MatFileReader
-
Creates instance of MatFileReader
and reads MAT-file
from location given as fileName
.
- MatFileReader(String, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
-
Creates instance of MatFileReader
and reads MAT-file
from location given as fileName
.
- MatFileReader(File) - Constructor for class com.jmatio.io.MatFileReader
-
Creates instance of MatFileReader
and reads MAT-file
from file
.
- MatFileReader(File, MatFileFilter) - Constructor for class com.jmatio.io.MatFileReader
-
Creates instance of MatFileReader
and reads MAT-file from
file
.
- MatFileReader() - Constructor for class com.jmatio.io.MatFileReader
-
- MatFileWriter - Class in com.jmatio.io
-
MAT-file writer.
- MatFileWriter() - Constructor for class com.jmatio.io.MatFileWriter
-
- MatFileWriter(String, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
Writes MLArrays into file given by fileName
.
- MatFileWriter(File, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
Writes MLArrays into File
.
- MatFileWriter(WritableByteChannel, Collection<MLArray>) - Constructor for class com.jmatio.io.MatFileWriter
-
Writes MLArrays into OuputSteram
.
- MatlabIOException - Exception in com.jmatio.io
-
MAT-file reader/writer exception
- MatlabIOException(String) - Constructor for exception com.jmatio.io.MatlabIOException
-
- MEMORY_MAPPED_FILE - Static variable in class com.jmatio.io.MatFileReader
-
- miCOMPRESSED - Static variable in class com.jmatio.common.MatDataTypes
-
- miDOUBLE - Static variable in class com.jmatio.common.MatDataTypes
-
- miINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
- miINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
- miINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
- miINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
- miMATRIX - Static variable in class com.jmatio.common.MatDataTypes
-
- miSINGLE - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_CHAR - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_DOUBLE - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_INT16 - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_INT32 - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_INT64 - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_INT8 - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_UINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_UINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_UINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
- miSIZE_UINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
- miUINT16 - Static variable in class com.jmatio.common.MatDataTypes
-
- miUINT32 - Static variable in class com.jmatio.common.MatDataTypes
-
- miUINT64 - Static variable in class com.jmatio.common.MatDataTypes
-
- miUINT8 - Static variable in class com.jmatio.common.MatDataTypes
-
- miUNKNOWN - Static variable in class com.jmatio.common.MatDataTypes
-
- miUTF16 - Static variable in class com.jmatio.common.MatDataTypes
-
- miUTF32 - Static variable in class com.jmatio.common.MatDataTypes
-
- miUTF8 - Static variable in class com.jmatio.common.MatDataTypes
-
- MLArray - Class in com.jmatio.types
-
- MLArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLArray
-
- MLArrayQuery - Class in com.jmatio.common.util
-
The JMatIO query parser.
- MLArrayQuery(String) - Constructor for class com.jmatio.common.util.MLArrayQuery
-
- MLCell - Class in com.jmatio.types
-
- MLCell(String, int[]) - Constructor for class com.jmatio.types.MLCell
-
- MLCell(String, int[], int, int) - Constructor for class com.jmatio.types.MLCell
-
- MLChar - Class in com.jmatio.types
-
- MLChar(String, String) - Constructor for class com.jmatio.types.MLChar
-
- MLChar(String, String[]) - Constructor for class com.jmatio.types.MLChar
-
- MLChar(String, String[], int) - Constructor for class com.jmatio.types.MLChar
-
Added method to allow initialization of a char array representing
an array of strings.
- MLChar(String, int[], int, int) - Constructor for class com.jmatio.types.MLChar
-
- MLDouble - Class in com.jmatio.types
-
Class represents Double array (matrix)
- MLDouble(String, int[], int, int) - Constructor for class com.jmatio.types.MLDouble
-
Normally this constructor is used only by MatFileReader and MatFileWriter
- MLDouble(String, int[]) - Constructor for class com.jmatio.types.MLDouble
-
Create a MLDouble
array with given name,
and dimensions.
- MLDouble(String, Double[], int) - Constructor for class com.jmatio.types.MLDouble
-
Jama [math.nist.gov] style:
construct a 2D real matrix from a one-dimensional packed array
- MLDouble(String, double[][]) - Constructor for class com.jmatio.types.MLDouble
-
Jama [math.nist.gov] style:
construct a 2D real matrix from
double[][]
Note: array is converted to Double[]
- MLDouble(String, double[], int) - Constructor for class com.jmatio.types.MLDouble
-
Jama [math.nist.gov] style:
construct a matrix from a one-dimensional packed array
- MLEmptyArray - Class in com.jmatio.types
-
- MLEmptyArray() - Constructor for class com.jmatio.types.MLEmptyArray
-
- MLEmptyArray(String) - Constructor for class com.jmatio.types.MLEmptyArray
-
- MLEmptyArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLEmptyArray
-
- MLInt16 - Class in com.jmatio.types
-
Class represents Int16 array (matrix)
- MLInt16(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt16
-
Normally this constructor is used only by MatFileReader and MatFileWriter
- MLInt16(String, int[]) - Constructor for class com.jmatio.types.MLInt16
-
Create a MLSingle
array with given name,
and dimensions.
- MLInt16(String, Short[], int) - Constructor for class com.jmatio.types.MLInt16
-
Jama [math.nist.gov] style:
construct a 2D real matrix from a one-dimensional packed array
- MLInt16(String, short[][]) - Constructor for class com.jmatio.types.MLInt16
-
Jama [math.nist.gov] style:
construct a 2D real matrix from
double[][]
Note: array is converted to Short[]
- MLInt16(String, short[], int) - Constructor for class com.jmatio.types.MLInt16
-
Jama [math.nist.gov] style:
construct a matrix from a one-dimensional packed array
- MLInt32 - Class in com.jmatio.types
-
- MLInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt32
-
Normally this constructor is used only by MatFileReader and MatFileWriter
- MLInt32(String, int[]) - Constructor for class com.jmatio.types.MLInt32
-
Create a
MLInt64
array with given name,
and dimensions.
- MLInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLInt32
-
Jama [math.nist.gov] style:
construct a 2D real matrix from a one-dimensional packed array
- MLInt32(String, int[][]) - Constructor for class com.jmatio.types.MLInt32
-
Jama [math.nist.gov] style:
construct a 2D real matrix from
byte[][]
Note: array is converted to Byte[]
- MLInt32(String, int[], int) - Constructor for class com.jmatio.types.MLInt32
-
Jama [math.nist.gov] style:
construct a matrix from a one-dimensional packed array
- MLInt64 - Class in com.jmatio.types
-
Class represents Int64 (long) array (matrix)
- MLInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt64
-
Normally this constructor is used only by MatFileReader and MatFileWriter
- MLInt64(String, int[]) - Constructor for class com.jmatio.types.MLInt64
-
Create a
MLInt64
array with given name,
and dimensions.
- MLInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLInt64
-
Jama [math.nist.gov] style:
construct a 2D real matrix from a one-dimensional packed array
- MLInt64(String, long[][]) - Constructor for class com.jmatio.types.MLInt64
-
Jama [math.nist.gov] style:
construct a 2D real matrix from
byte[][]
Note: array is converted to Byte[]
- MLInt64(String, long[], int) - Constructor for class com.jmatio.types.MLInt64
-
Jama [math.nist.gov] style:
construct a matrix from a one-dimensional packed array
- MLInt8 - Class in com.jmatio.types
-
- MLInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLInt8
-
Normally this constructor is used only by MatFileReader and MatFileWriter
- MLInt8(String, int[]) - Constructor for class com.jmatio.types.MLInt8
-
Create a
MLUInt8
array with given name,
and dimensions.
- MLInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLInt8
-
Jama [math.nist.gov] style:
construct a 2D real matrix from a one-dimensional packed array
- MLInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLInt8
-
Jama [math.nist.gov] style:
construct a 2D real matrix from
byte[][]
Note: array is converted to Byte[]
- MLInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLInt8
-
Jama [math.nist.gov] style:
construct a matrix from a one-dimensional packed array
- MLJavaObject - Class in com.jmatio.types
-
- MLJavaObject(String, String, Object) - Constructor for class com.jmatio.types.MLJavaObject
-
- MLNumericArray<T extends Number> - Class in com.jmatio.types
-
- MLNumericArray(String, int[], int, int) - Constructor for class com.jmatio.types.MLNumericArray
-
Normally this constructor is used only by MatFileReader and MatFileWriter
- MLNumericArray(String, int, T[], int) - Constructor for class com.jmatio.types.MLNumericArray
-
Jama [math.nist.gov] style:
construct a 2D real matrix from a one-dimensional packed array
- MLObject - Class in com.jmatio.types
-
- MLObject(String, String, MLStructure) - Constructor for class com.jmatio.types.MLObject
-
- MLSingle - Class in com.jmatio.types
-
- MLSingle(String, Float[], int) - Constructor for class com.jmatio.types.MLSingle
-
- MLSingle(String, int[], int, int) - Constructor for class com.jmatio.types.MLSingle
-
- MLSparse - Class in com.jmatio.types
-
- MLSparse(String, int[], int, int) - Constructor for class com.jmatio.types.MLSparse
-
- MLStructure - Class in com.jmatio.types
-
This class represents Matlab's Structure object (structure array).
- MLStructure(String, int[]) - Constructor for class com.jmatio.types.MLStructure
-
- MLStructure(String, int[], int, int) - Constructor for class com.jmatio.types.MLStructure
-
- MLUInt32 - Class in com.jmatio.types
-
- MLUInt32(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt32
-
- MLUInt32(String, int[], int) - Constructor for class com.jmatio.types.MLUInt32
-
- MLUInt32(String, int[]) - Constructor for class com.jmatio.types.MLUInt32
-
- MLUInt32(String, int[][]) - Constructor for class com.jmatio.types.MLUInt32
-
- MLUInt32(String, Integer[], int) - Constructor for class com.jmatio.types.MLUInt32
-
- MLUInt64 - Class in com.jmatio.types
-
Class represents Int64 (long) array (matrix)
- MLUInt64(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt64
-
Normally this constructor is used only by MatFileReader and MatFileWriter
- MLUInt64(String, int[]) - Constructor for class com.jmatio.types.MLUInt64
-
Create a
MLUInt64
array with given name,
and dimensions.
- MLUInt64(String, Long[], int) - Constructor for class com.jmatio.types.MLUInt64
-
Jama [math.nist.gov] style:
construct a 2D real matrix from a one-dimensional packed array
- MLUInt64(String, long[][]) - Constructor for class com.jmatio.types.MLUInt64
-
Jama [math.nist.gov] style:
construct a 2D real matrix from
byte[][]
Note: array is converted to Byte[]
- MLUInt64(String, long[], int) - Constructor for class com.jmatio.types.MLUInt64
-
Jama [math.nist.gov] style:
construct a matrix from a one-dimensional packed array
- MLUInt8 - Class in com.jmatio.types
-
Class represents UInt8 (byte) array (matrix)
- MLUInt8(String, int[], int, int) - Constructor for class com.jmatio.types.MLUInt8
-
Normally this constructor is used only by MatFileReader and MatFileWriter
- MLUInt8(String, int[]) - Constructor for class com.jmatio.types.MLUInt8
-
Create a
MLUInt8
array with given name,
and dimensions.
- MLUInt8(String, Byte[], int) - Constructor for class com.jmatio.types.MLUInt8
-
Jama [math.nist.gov] style:
construct a 2D real matrix from a one-dimensional packed array
- MLUInt8(String, byte[][]) - Constructor for class com.jmatio.types.MLUInt8
-
Jama [math.nist.gov] style:
construct a 2D real matrix from
byte[][]
Note: array is converted to Byte[]
- MLUInt8(String, byte[], int) - Constructor for class com.jmatio.types.MLUInt8
-
Jama [math.nist.gov] style:
construct a matrix from a one-dimensional packed array
- mtFLAG_COMPLEX - Static variable in class com.jmatio.types.MLArray
-
- mtFLAG_GLOBAL - Static variable in class com.jmatio.types.MLArray
-
- mtFLAG_LOGICAL - Static variable in class com.jmatio.types.MLArray
-
- mtFLAG_TYPE - Static variable in class com.jmatio.types.MLArray
-
- mxCELL_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxCHAR_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxDOUBLE_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxFUNCTION_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxINT16_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxINT32_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxINT64_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxINT8_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxOBJECT_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxOPAQUE_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxSINGLE_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxSPARSE_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxSTRUCT_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxUINT16_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxUINT32_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxUINT64_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxUINT8_CLASS - Static variable in class com.jmatio.types.MLArray
-
- mxUNKNOWN_CLASS - Static variable in class com.jmatio.types.MLArray
-