Typedef ripple::Mat¶
Typedef Documentation¶
-
template<typename
T, size_tRows, size_tCols, typenameLayout= ContiguousOwned>
usingripple::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.