cpplib.multiply_by_scalar_int

cpplib.multiply_by_scalar_int(vec, scalar)

Multiplies an int vector

Parameters
  • vec (cpplib_pybind.VectorInt) – A list of int numbers

  • scalar (int) – A scalar number to multiply the list by.

Returns

cpplib_pybind.VectorInt