helib::DoubleCRTHelper Class Reference
A helper class to enforce consistency within an DoubleCRTHelper object. More...
#include <DoubleCRT.h>
Inheritance diagram for helib::DoubleCRTHelper:

Public Member Functions | |
DoubleCRTHelper (const Context &context) | |
virtual void | init (NTL::vec_long &v) |
the init method ensures that all rows have the same size More... | |
virtual IndexMapInit< NTL::vec_long > * | clone () const |
clone allocates a new object and copies the content More... | |
![]() | |
virtual IndexMapInit< NTL::vec_long > * | clone () const=0 |
Cloning a pointer, override with code to create a fresh copy. More... | |
virtual | ~IndexMapInit () |
Detailed Description
A helper class to enforce consistency within an DoubleCRTHelper object.
See Section 2.6.2 of the design document (IndexMap)
Constructor & Destructor Documentation
◆ DoubleCRTHelper()
helib::DoubleCRTHelper::DoubleCRTHelper | ( | const Context & | context | ) |
Member Function Documentation
◆ clone()
|
inlinevirtual |
clone allocates a new object and copies the content
◆ init()
|
inlinevirtual |
the init method ensures that all rows have the same size
Implements helib::IndexMapInit< NTL::vec_long >.