The subgrid with the second index set to the specified value.
The functions column, (setf column)
select or set the column of a matrix.
For example, the first column of the above array is
(column (test-grid-double-float 'array '(3 4)) 0)
#(0.0d0 10.0d0 20.0d0)