|
ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
|
Specialization of Evector for Efixedpoint. More...
#include <Evector.h>


Public Member Functions | |
| Eitem< Efixedpoint, double > | operator[] (const Einteger &index) |
| Access element using an encrypted index. | |
| template<typename Integral , typename = std::enable_if_t<std::is_integral_v<Integral>>> | |
| Efixedpoint & | operator[] (Integral idx) |
| Access element using a plaintext index. | |
Specialization of Evector for Efixedpoint.
|
inline |
Access element using an encrypted index.