Modifier and Type | Method and Description |
---|---|
MatrixObject.UpdateType |
Hop.getUpdateType() |
Modifier and Type | Method and Description |
---|---|
void |
DataOp.setOutputParams(long dim1,
long dim2,
long nnz,
MatrixObject.UpdateType update,
int blen) |
void |
Hop.setUpdateType(MatrixObject.UpdateType update) |
Constructor and Description |
---|
DataOp(String l,
Types.DataType dt,
Types.ValueType vt,
Types.OpOpData dop,
String fname,
long dim1,
long dim2,
long nnz,
MatrixObject.UpdateType update,
int blen) |
Modifier and Type | Method and Description |
---|---|
MatrixObject.UpdateType |
OutputParameters.getUpdateType() |
Modifier and Type | Method and Description |
---|---|
void |
OutputParameters.setDimensions(long rows,
long cols,
long blen,
long nnz,
MatrixObject.UpdateType update) |
void |
OutputParameters.setDimensions(long rows,
long cols,
long blen,
long nnz,
MatrixObject.UpdateType update,
long compressedSize) |
void |
OutputParameters.setUpdateType(MatrixObject.UpdateType update) |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
CompressedMatrixBlock.leftIndexingOperations(MatrixBlock rhsMatrix,
int rl,
int ru,
int cl,
int cu,
MatrixBlock ret,
MatrixObject.UpdateType update) |
MatrixBlock |
CompressedMatrixBlock.leftIndexingOperations(ScalarObject scalar,
int rl,
int cl,
MatrixBlock ret,
MatrixObject.UpdateType update) |
Modifier and Type | Method and Description |
---|---|
MatrixObject.UpdateType |
MatrixObject.getUpdateType() |
static MatrixObject.UpdateType |
MatrixObject.UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixObject.UpdateType[] |
MatrixObject.UpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixObject.setUpdateType(MatrixObject.UpdateType flag) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setMatrixOutput(String varName,
MatrixBlock outputData,
MatrixObject.UpdateType flag) |
Modifier and Type | Method and Description |
---|---|
static Instruction |
VariableCPInstruction.prepCreatevarInstruction(String varName,
String fileName,
boolean fNameOverride,
Types.DataType dt,
String format,
DataCharacteristics mc,
MatrixObject.UpdateType update) |
static Instruction |
VariableCPInstruction.prepCreatevarInstruction(String varName,
String fileName,
boolean fNameOverride,
Types.DataType dt,
String format,
DataCharacteristics mc,
MatrixObject.UpdateType update,
boolean hasHeader,
String delim,
boolean sparse) |
Modifier and Type | Method and Description |
---|---|
MatrixBlock |
MatrixBlock.leftIndexingOperations(MatrixBlock rhsMatrix,
IndexRange ixrange,
MatrixBlock ret,
MatrixObject.UpdateType update) |
MatrixBlock |
MatrixBlock.leftIndexingOperations(MatrixBlock rhsMatrix,
int rl,
int ru,
int cl,
int cu,
MatrixBlock ret,
MatrixObject.UpdateType update) |
MatrixBlock |
MatrixBlock.leftIndexingOperations(ScalarObject scalar,
int rl,
int cl,
MatrixBlock ret,
MatrixObject.UpdateType update)
Explicitly allow left indexing for scalars.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.