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... | |
Public Member Functions inherited from helib::IndexMapInit< NTL::vec_long > | |
| 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
Implements helib::IndexMapInit< NTL::vec_long >.
◆ init()
|
inlinevirtual |
the init method ensures that all rows have the same size
Implements helib::IndexMapInit< NTL::vec_long >.
Public Member Functions inherited from
1.9.1