Package | Description |
---|---|
org.apache.sysml.runtime.compress |
Modifier and Type | Class and Description |
---|---|
class |
ColGroupDDC1
Class to encapsulate information about a column group that is encoded with
dense dictionary encoding (DDC) using 1 byte codes.
|
class |
ColGroupDDC2
Class to encapsulate information about a column group that is encoded with
dense dictionary encoding (DDC) using 2 byte codes.
|
Modifier and Type | Method and Description |
---|---|
void |
ColGroupOLE.leftMultByRowVector(ColGroupDDC a,
MatrixBlock result) |
void |
ColGroupDDC2.leftMultByRowVector(ColGroupDDC a,
MatrixBlock result) |
abstract void |
ColGroupValue.leftMultByRowVector(ColGroupDDC vector,
MatrixBlock result) |
void |
ColGroupDDC1.leftMultByRowVector(ColGroupDDC a,
MatrixBlock result) |
void |
ColGroupRLE.leftMultByRowVector(ColGroupDDC a,
MatrixBlock result) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.