from Function
A matrix backed directly by the function. The function is invoked on each read of the matrix.
Parameters
width
The width of the matrix
height
The height of the matrix
value Fun
The function used to determine the value. The implementation does allow this value to change over time.