Function Print-Matrix-Contents

Part of:

package lisplab
( print-matrix-contents < m > &key (stream *standard-output*) (pr #'princ) (rmax (rows m)) (cmax (cols m)) (indent 0) (braket-p nil) )
Utility function that prints the matrix elements in a human-friendly way.