Function uw12::linalg::row
Defined in File linalg.hpp
Function Documentation
-
inline Mat uw12::linalg::row(const Mat &mat, const size_t row_idx)
Get a row of input matrix
mat- Parameters
mat – Input matrix
row_idx – Index of row in
mat
- Returns
Matrix of size
1 * n_colcorresponding torow_idxrow ofmat