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