replicate.h
An object that mimics the functionality of the Ctxt object, and acts as a convenient entry point for ...
Definition: Ptxt.h:280
long lsize(const std::vector< T > &v)
Size of STL vector as a long (rather than unsigned long)
Definition: NumbTh.h:702
virtual bool earlyStop(long d, long k, long prodDim)
Definition: replicate.h:67
virtual void handle(const Ctxt &ctxt)=0
Ptxt< Scheme > & replicate(long pos)
Replicate single slot across all slots.
Definition: Ptxt.cpp:742
A simple wrapper for a smart pointer to an EncryptedArrayBase. This is the interface that higher-leve...
Definition: EncryptedArray.h:1233
void replicateAllOrig(const EncryptedArray &ea, const Ctxt &ctxt, ReplicateHandler *handler, RepAux *repAuxPtr=nullptr)
Definition: replicate.cpp:225
void replicate(const EncryptedArray &ea, Ctxt &ctx, long pos)
The value in slot #pos is replicated in all other slots. On an n-slot ciphertext, this algorithm perf...
Definition: replicate.cpp:26
void replicate0(const EncryptedArray &ea, Ctxt &ctxt, long pos)
A lower-level routine. Same as replicate, but assumes all slots are zero except slot #pos.
Definition: replicate.cpp:43
Definition: apiAttributes.h:21
std::vector< Ptxt< Scheme > > replicateAll() const
Generate a vector of plaintexts with each slot replicated in each plaintext.
Definition: Ptxt.cpp:752
An abstract class to handle call-backs to get the output of replicate.
Definition: replicate.h:56
void replicateAll(const EncryptedArray &ea, const Ctxt &ctxt, ReplicateHandler *handler, long recBound=64, RepAuxDim *repAuxPtr=nullptr)
Definition: replicate.cpp:666