mlxobjects can now have row, column and dimnames, and vectors can have names.
These work much like base R. Names for any dimension may beNULL. Subsetting
with a non-existent name is an error. Many functions, e.g.solve(),%*%,
etc. preserve dimnames like their R analogues.