ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
Loading...
Searching...
No Matches
Public Member Functions | List of all members
computefhe::Evector< Efixedpoint > Class Reference

Specialization of Evector for Efixedpoint. More...

#include <Evector.h>

Inheritance diagram for computefhe::Evector< Efixedpoint >:
Inheritance graph
[legend]
Collaboration diagram for computefhe::Evector< Efixedpoint >:
Collaboration graph
[legend]

Public Member Functions

Eitem< Efixedpoint, doubleoperator[] (const Einteger &index)
 Access element using an encrypted index.
 
template<typename Integral , typename = std::enable_if_t<std::is_integral_v<Integral>>>
Efixedpointoperator[] (Integral idx)
 Access element using a plaintext index.
 

Detailed Description

Specialization of Evector for Efixedpoint.

Member Function Documentation

◆ operator[]()

Eitem< Efixedpoint, double > computefhe::Evector< Efixedpoint >::operator[] ( const Einteger index)
inline

Access element using an encrypted index.

Returns
An Eitem proxy representing the encrypted fixed-point value.

The documentation for this class was generated from the following file: