Typedef ripple::mat_vec_result_t¶
Defined in File mat.hpp
Typedef Documentation¶
-
template<typename
Vec
, size_tRows
>
usingripple
::
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.