Returns a matrix with a row or column added (pushed in).
The matrix
The index of the row or column to push
The axis to push to, which is 0 for the rows or 1 for the columns
The elements to push
Generated using TypeDoc
Returns a matrix with a row or column added (pushed in).