helib::DoubleCRTHelper Class Reference

A helper class to enforce consistency within an DoubleCRTHelper object. More...

#include <DoubleCRT.h>

Inheritance diagram for helib::DoubleCRTHelper:
helib::IndexMapInit< NTL::vec_long >

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< 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()

virtual IndexMapInit<NTL::vec_long>* helib::DoubleCRTHelper::clone ( ) const
inlinevirtual

clone allocates a new object and copies the content

◆ init()

virtual void helib::DoubleCRTHelper::init ( NTL::vec_long &  v)
inlinevirtual

the init method ensures that all rows have the same size

Implements helib::IndexMapInit< NTL::vec_long >.