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)#

Divide 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 division

  • rhs – The right hand side of the division

Returns

The result of the division