public class BasicFloatMatrix extends AbstractMatrix
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPEbuf, BUF_SIZE, columns, rows| Constructor and Description |
|---|
BasicFloatMatrix(ExtendedDataInput in) |
BasicFloatMatrix(int rows,
int columns) |
BasicFloatMatrix(int rows,
int columns,
List<float[]> listOfArrays) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
float |
getFloat(int row,
int column) |
boolean |
isNull(int row,
int column) |
protected void |
readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in) |
void |
setFloat(int row,
int column,
float value) |
void |
setNull(int row,
int column) |
protected void |
writeVectorToOutputStream(ExtendedDataOutput out) |
columns, getColumnLabel, getColumnLabels, getDataForm, getIndex, getRowLabel, getRowLabels, getString, hasColumnLabel, hasRowLabel, rows, setColumnLabels, setRowLabels, writegetDataCategory, isChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVector, typeToCategorypublic BasicFloatMatrix(int rows,
int columns)
public BasicFloatMatrix(int rows,
int columns,
List<float[]> listOfArrays)
throws Exception
Exceptionpublic BasicFloatMatrix(ExtendedDataInput in) throws IOException
IOExceptionpublic void setFloat(int row,
int column,
float value)
public float getFloat(int row,
int column)
public boolean isNull(int row,
int column)
public void setNull(int row,
int column)
public Scalar get(int row, int column)
public Entity.DATA_CATEGORY getDataCategory()
public Entity.DATA_TYPE getDataType()
public Class<?> getElementClass()
protected void readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in)
throws IOException
readMatrixFromInputStream in class AbstractMatrixIOExceptionprotected void writeVectorToOutputStream(ExtendedDataOutput out) throws IOException
writeVectorToOutputStream in class AbstractMatrixIOExceptionCopyright © 2019 DolphinDB. All rights reserved.