cotila
1.2.1
A compile time linear algebra system
cotila
matrix
column
column_size
matrix
matrix
operator[]
operator[]
row
row_size
◆
row()
template<typename T, std::size_t N, std::size_t M>
constexpr
vector
<T, M>
cotila::matrix
< T, N, M >::row
(
std::size_t
i
)
const
inline
Parameters
i
index of the row to extract
Returns
the selected row
Extracts a row from the matrix.
Generated by
1.8.13