Function uw12::linalg::assign_rows(Mat&, const Mat&, const size_t)
Defined in File linalg.hpp
Function Documentation
-
inline void uw12::linalg::assign_rows(Mat &mat, const Mat &input, const size_t offset)
Assign a matrix to rows of matrix
mat- Parameters
mat – Matrix for row assignment (non-const)
input – Input matrix (must have same number of cols as
mat)offset – First rows index for assignment