What would it take to store the dimensions of a matrix along with the
simp flag?
I would like to be able to deal with matrixes where one or both
dimension(s) is(are) zero.
One way of doing that would be to store dimensions, so that when
creating a matrix
from blocks, ones with zero dimension would be conformable when
possible, but
there would still be error checking capability.
Dan Stanger