Class CiphertextMatrix
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.cp.Data
- 
- org.apache.sysds.runtime.instructions.cp.Encrypted
- 
- org.apache.sysds.runtime.instructions.cp.CiphertextMatrix
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CiphertextMatrix 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 SummaryConstructors Constructor Description CiphertextMatrix(int[] dims, DataCharacteristics dc, byte[] data)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDebugName()- 
Methods inherited from class org.apache.sysds.runtime.instructions.cp.EncryptedgetData, getDataCharacteristics, getDims
 - 
Methods inherited from class org.apache.sysds.runtime.instructions.cp.DatagetDataType, getMetaData, getPrivacyConstraint, getValueType, removeMetaData, setMetaData, setPrivacyConstraints, updateDataCharacteristics
 
- 
 
- 
- 
- 
Constructor Detail- 
CiphertextMatrixpublic CiphertextMatrix(int[] dims, DataCharacteristics dc, byte[] data)
 
- 
 - 
Method Detail- 
getDebugNamepublic String getDebugName() - Specified by:
- getDebugNamein class- Data
 
 
- 
 
-