Function uw12::linalg::assign_rows(Mat&, const Mat&, const size_t)

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