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