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

Function Documentation

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

Operator for scalar multiplication of matrix

Parameters
  • &e – element

  • &M – matrix

Returns

the resulting matrix