public class MatrixPackedCell extends MatrixCell
MatrixValue.CellIndex
value
Constructor and Description |
---|
MatrixPackedCell() |
MatrixPackedCell(MatrixPackedCell that) |
Modifier and Type | Method and Description |
---|---|
static MatrixPackedCell |
checkType(MatrixValue cell) |
int |
compareTo(Object other) |
boolean |
equals(Object other) |
double |
getExtraByPostition(int i) |
int |
hashCode() |
void |
incrementalAggregate(org.apache.sysml.runtime.matrix.operators.AggregateOperator aggOp,
MatrixValue newWithCorrection) |
void |
incrementalAggregate(org.apache.sysml.runtime.matrix.operators.AggregateOperator aggOp,
MatrixValue correction,
MatrixValue newWithCorrection,
boolean deep) |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
aggregateUnaryOperations, aggregateUnaryOperations, append, binaryOperations, binaryOperationsInPlace, compareTo, copy, copy, ctableOperations, ctableOperations, ctableOperations, ctableOperations, ctableOperations, denseScalarOperationsInPlace, getNonZeros, getNumColumns, getNumRows, getValue, getValue, isEmpty, isInSparseFormat, reorgOperations, replaceOperations, reset, reset, reset, reset, reset, scalarOperations, setValue, setValue, slice, sparseScalarOperationsInPlace, sparseUnaryOperationsInPlace, unaryOperations, zeroOutOperations
public MatrixPackedCell(MatrixPackedCell that)
public MatrixPackedCell()
public static MatrixPackedCell checkType(MatrixValue cell)
public double getExtraByPostition(int i)
public void incrementalAggregate(org.apache.sysml.runtime.matrix.operators.AggregateOperator aggOp, MatrixValue correction, MatrixValue newWithCorrection, boolean deep)
incrementalAggregate
in class MatrixCell
public void incrementalAggregate(org.apache.sysml.runtime.matrix.operators.AggregateOperator aggOp, MatrixValue newWithCorrection)
incrementalAggregate
in class MatrixCell
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
readFields
in class MatrixCell
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
write
in class MatrixCell
IOException
public int compareTo(Object other)
compareTo
in interface Comparable
compareTo
in class MatrixCell
public boolean equals(Object other)
equals
in class MatrixCell
public int hashCode()
hashCode
in class MatrixCell
Copyright © 2018 The Apache Software Foundation. All rights reserved.