Computes a string displaying the contents of the matrix aMatrix. This function is curried, takes a printing function for the values as first parameter, and then returns a function taking the matrix to display.
aMatrix
a function that displays a single element
a function displaying a matrix
Computes a string displaying the contents of the matrix
aMatrix. This function is curried, takes a printing function for the values as first parameter, and then returns a function taking the matrix to display.