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
This class abstracts over an encrypted matrix of ciphertexts. It stores the data as opaque byte array. The layout is unspecified.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sysds.runtime.instructions.cp.Encrypted
getData, getDataCharacteristics, getDimsMethods inherited from class org.apache.sysds.runtime.instructions.cp.Data
getDataType, getMetaData, getValueType, removeMetaData, setMetaData, toString, updateDataCharacteristics
-
Constructor Details
-
PlaintextMatrix
-
-
Method Details
-
getDebugName
- Specified by:
getDebugNamein classData
-