Template Function lbcrypto::operator*(Element const&, Matrix<Element> const&)

Function Documentation

template<class Element>
Matrix<Element> lbcrypto::operator*(Element const &e, Matrix<Element> const &M)

Operator for scalar multiplication of matrix

Parameters
  • &e – element

  • &M – matrix

Returns

the resulting matrix