public class MLUInt32 extends MLInt32
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 |
---|
MLUInt32(java.lang.String name,
int[] dims) |
MLUInt32(java.lang.String name,
int[][] vals) |
MLUInt32(java.lang.String name,
int[] vals,
int m) |
MLUInt32(java.lang.String name,
int[] dims,
int type,
int attributes) |
MLUInt32(java.lang.String name,
java.lang.Integer[] vals,
int m) |
buldFromBytes, getArray, getByteArray, getBytesAllocated, getStorageClazz
allocate, contentToString, dispose, equals, get, get, get, getImaginary, getImaginary, getImaginaryByteBuffer, getReal, getReal, getRealByteBuffer, putImaginaryByteBuffer, putRealByteBuffer, set, set, set, set, setImaginary, setImaginary, setReal, setReal, setReal
getDimensions, 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, typeToString
public MLUInt32(java.lang.String name, int[] dims, int type, int attributes)
public MLUInt32(java.lang.String name, int[] vals, int m)
public MLUInt32(java.lang.String name, int[] dims)
public MLUInt32(java.lang.String name, int[][] vals)
public MLUInt32(java.lang.String name, java.lang.Integer[] vals, int m)