I will use a link which will save a lot of writing and possibility of typo's on my part. Page 4 first paragraph the textbook defines the matrix space and the last sentence is :
"This inner product is identical to the dot product on Rmn if an m × n matrix is viewed as an mn × 1 matrix by stacking its columns."
If I use matrix multiplication I come up with a vector not a string of numbers. Does anyone have any ideas?
Here is the link by the way.
https://web.auburn.edu/holmerr/2660/Textbook/innerproduct-print.pdf.
The inner product that is being described is
$\langle A, B \rangle=\mbox{tr}(A^{T}B)=\sum_{i=1}^{m} \sum_{j=1}^{n} A_{i,j}B_{i,j} $.