Function uw12::linalg::tail_rows

Function Documentation

inline Mat uw12::linalg::tail_rows(const Mat &mat, const size_t n_row)

Get sub-matrix of the last n_row of input matrix

Parameters
  • mat – Input matrix

  • n_row – Number of row in sub-matrix

Returns

Sub-matrix of last n_row of mat