public class BasicComplexMatrix extends AbstractMatrix
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.DURATION, Entity.PARTITION_TYPE| Constructor and Description |
|---|
BasicComplexMatrix(ExtendedDataInput in) |
BasicComplexMatrix(int rows,
int columns) |
BasicComplexMatrix(int rows,
int columns,
List<Double2[]> listOfArrays) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Double2 |
getDouble(int row,
int column) |
Class<?> |
getElementClass() |
int |
getScale() |
boolean |
isNull(int row,
int column) |
protected void |
readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in) |
void |
setComplex(int row,
int column,
double real,
double image) |
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, typeToCategory, writeCompressedpublic BasicComplexMatrix(int rows,
int columns)
public BasicComplexMatrix(int rows,
int columns,
List<Double2[]> listOfArrays)
throws Exception
Exceptionpublic BasicComplexMatrix(ExtendedDataInput in) throws IOException
IOExceptionpublic void setComplex(int row,
int column,
double real,
double image)
public Double2 getDouble(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 AbstractMatrixIOExceptionpublic int getScale()
getScale in interface MatrixgetScale in class AbstractMatrixCopyright © 2025 DolphinDB. All rights reserved.