Template Function librapid::operator*(const GenericVector<Scalar, Dims>&, const S&)#

Function Documentation#

template<typename Scalar, int64_t Dims, typename S>
GenericVector<Scalar, Dims> librapid::operator*(const GenericVector<Scalar, Dims> &lhs, const S &rhs)#

Multiply a Vector object by a scalar and return the result

Template Parameters
  • Scalar – The type of the scalar

  • Dims – The number of dimensions

  • StorageType – The type of the storage

  • S – The type of the scalar

Parameters
  • lhs – The left hand side of the multiplication

  • rhs – The right hand side of the multiplication

Returns

The result of the multiplication