Class PlaintextMatrix
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.cp.Data
 - 
- org.apache.sysds.runtime.instructions.cp.Encrypted
 - 
- org.apache.sysds.runtime.instructions.cp.PlaintextMatrix
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class PlaintextMatrix extends Encrypted
This class abstracts over an encrypted matrix of ciphertexts. It stores the data as opaque byte array. The layout is unspecified.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PlaintextMatrix(int[] dims, DataCharacteristics dc, byte[] data) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDebugName()- 
Methods inherited from class org.apache.sysds.runtime.instructions.cp.Encrypted
getData, getDataCharacteristics, getDims 
- 
Methods inherited from class org.apache.sysds.runtime.instructions.cp.Data
getDataType, getMetaData, getValueType, removeMetaData, setMetaData, toString, updateDataCharacteristics 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PlaintextMatrix
public PlaintextMatrix(int[] dims, DataCharacteristics dc, byte[] data) 
 - 
 
- 
Method Detail
- 
getDebugName
public String getDebugName()
- Specified by:
 getDebugNamein classData
 
 - 
 
 -