Shortcuts

Typedef ripple::mat_vec_result_t

Typedef Documentation

template<typename Vec, size_t Rows>
using ripple::mat_vec_result_t = typename array_traits_t<Vec>::template ImplType<Rows, ContiguousOwned>

Defines the result type for matrix vector multiplication.

Template Parameters
  • Vec: The vector type.

  • Rows: The number of rows in the matrix.

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