Shortcuts

Typedef ripple::Mat

Typedef Documentation

template<typename T, size_t Rows, size_t Cols, typename Layout = ContiguousOwned>
using ripple::Mat = MatImpl<T, Num<Rows>, Num<Cols>, Layout>

Alias for a matrix with a given number of rows, columns, and layout.

Template Parameters
  • T: The data type of the matrix.

  • Rows: The number of rows in the matrix.

  • Cols: The number of columns in the matrix.

  • Layout: The layout of the data for 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