public class MLUInt8 extends MLNumericArray<java.lang.Byte>
attributes, dims, mtFLAG_COMPLEX, mtFLAG_GLOBAL, mtFLAG_LOGICAL, mtFLAG_TYPE, mxCELL_CLASS, mxCHAR_CLASS, mxDOUBLE_CLASS, mxFUNCTION_CLASS, mxINT16_CLASS, mxINT32_CLASS, mxINT64_CLASS, mxINT8_CLASS, mxOBJECT_CLASS, mxOPAQUE_CLASS, mxSINGLE_CLASS, mxSPARSE_CLASS, mxSTRUCT_CLASS, mxUINT16_CLASS, mxUINT32_CLASS, mxUINT64_CLASS, mxUINT8_CLASS, mxUNKNOWN_CLASS, name, type| Constructor and Description |
|---|
MLUInt8(java.lang.String name,
byte[][] vals)
Jama [math.nist.gov] style:
construct a 2D real matrix from
byte[][]
Note: array is converted to Byte[] |
MLUInt8(java.lang.String name,
byte[] vals,
int m)
Jama [math.nist.gov] style:
construct a matrix from a one-dimensional packed array
|
MLUInt8(java.lang.String name,
java.lang.Byte[] vals,
int m)
Jama [math.nist.gov] style:
construct a 2D real matrix from a one-dimensional packed array
|
MLUInt8(java.lang.String name,
int[] dims)
Create a
array with given name,
and dimensions. |
MLUInt8(java.lang.String name,
int[] dims,
int type,
int attributes)
Normally this constructor is used only by MatFileReader and MatFileWriter
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Byte |
buldFromBytes(byte[] bytes) |
java.lang.Byte[] |
createArray(int m,
int n) |
protected java.lang.Byte |
get(java.nio.ByteBuffer buffer,
int index)
Override to accelerate the performance
|
byte[][] |
getArray()
Gets two-dimensional real array.
|
byte[] |
getByteArray(java.lang.Byte value) |
int |
getBytesAllocated() |
java.lang.Class<java.lang.Byte> |
getStorageClazz() |
allocate, contentToString, dispose, equals, get, get, getImaginary, getImaginary, getImaginaryByteBuffer, getReal, getReal, getRealByteBuffer, putImaginaryByteBuffer, putRealByteBuffer, set, set, set, set, setImaginary, setImaginary, setReal, setReal, setRealgetDimensions, getFlags, getIndex, getM, getN, getName, getNameToByteArray, getNDimensions, getSize, getType, isCell, isChar, isComplex, isDouble, isEmpty, isFunctionObject, isInt16, isInt32, isInt64, isInt8, isLogical, isObject, isOpaque, isSingle, isSparse, isStruct, isUint16, isUint32, isUint64, isUint8, isUnknown, toString, typeToStringpublic MLUInt8(java.lang.String name,
int[] dims,
int type,
int attributes)
name - - array namedims - - array dimensionstype - - array type: here mxDOUBLE_CLASSattributes - - array flagspublic MLUInt8(java.lang.String name,
int[] dims)
MLUInt8 array with given name,
and dimensions.name - - array namedims - - array dimensionspublic MLUInt8(java.lang.String name,
java.lang.Byte[] vals,
int m)
name - - array namevals - - One-dimensional array of doubles, packed by columns (ala Fortran).m - - Number of rowspublic MLUInt8(java.lang.String name,
byte[][] vals)
byte[][]
Note: array is converted to Byte[]name - - array namevals - - two-dimensional array of valuespublic MLUInt8(java.lang.String name,
byte[] vals,
int m)
name - - array namevals - - One-dimensional array of doubles, packed by columns (ala Fortran).m - - Number of rowspublic java.lang.Byte[] createArray(int m,
int n)
public byte[][] getArray()
public java.lang.Byte buldFromBytes(byte[] bytes)
public byte[] getByteArray(java.lang.Byte value)
public int getBytesAllocated()
public java.lang.Class<java.lang.Byte> getStorageClazz()
protected java.lang.Byte get(java.nio.ByteBuffer buffer,
int index)
get in class MLNumericArray<java.lang.Byte>MLNumericArray.get(java.nio.ByteBuffer, int)