In CQL3 columns can be rows as well depending on your column family schema. Here is a simple example. Say that you have a simple table created as follows. Note the use of the simple key validator, ...
Given two matrices, A and B, where matrix A contains M rows and K columns and matrix B contains K rows and N columns, the matrix product of A and B for matrix C, where C contains M rows and N columns.