• Docs >
  • Ripple API >
  • Template Function ripple::operator*(const MatImpl<T1, R1, C1R2, L1>&, const MatImpl<T2, C1R2, C2, L2>&)
Shortcuts

Template Function ripple::operator*(const MatImpl<T1, R1, C1R2, L1>&, const MatImpl<T2, C1R2, C2, L2>&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “ripple::operator*” with arguments ((const MatImpl<T1, R1, C1R2, L1>&, const MatImpl<T2, C1R2, C2, L2>&)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:

- template<typename T, typename Impl, typename R = array_impl_t<Impl, Impl>, array_value_enable_t<T, Impl> = 0> constexpr auto operator*(T val, const Array<Impl> &a) noexcept -> R
- template<typename T, typename R, typename C, typename L, typename Impl> auto operator*(const MatImpl<T, R, C, L> &m, const Array<Impl> &v) noexcept -> mat_vec_result_t<Impl, R::value>
- template<typename T1, typename T2, typename R1, typename C1R2, typename C2, typename L1, typename L2> auto operator*(const MatImpl<T1, R1, C1R2, L1> &a, const MatImpl<T2, C1R2, C2, L2> &b) noexcept -> MatImpl<T1, R1, C2, ContiguousOwned>

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples