Function lbcrypto::Fill

Function Documentation

std::vector<std::complex<double>> lbcrypto::Fill(const std::vector<std::complex<double>> &a, int slots)

Clones the current vector up to the size indicated by the “slote” variable

Parameters
  • &a – square linear map.

  • slots – the new size of the vector.

Returns

the vector with cloned values