Matrix of ones
one_matrix(nr, nc)
nr
integer; row dimension.
nc
integer; column dimension.
one_matrix(1, 3) one_matrix(5, 1) one_matrix(2, 2)