circularShiftByOneColumn

fun circularShiftByOneColumn(matrix: Matrix)

Shifts contents of matrix by one column to the right.

Parameters

matrix

matrix to be shifted.