A helper class to enforce consistency within an AltCRT object. More...
#include <AltCRT.h>
Public Member Functions | |
| AltCRTHelper (const FHEcontext &context) | |
| virtual void | init (zz_pX &v) |
| the init method ensures that all rows have the same size | |
| virtual IndexMapInit< zz_pX > * | clone () const |
| clone allocates a new object and copies the content | |
A helper class to enforce consistency within an AltCRT object.
See Section 2.6.2 of the design document (IndexMap)
1.8.3.1