Skip to content

Rmlx 0.4.0

Latest

Choose a tag to compare

@hughjonesd hughjonesd released this 17 May 21:25
  • mlx objects can now have row, column and dimnames, and vectors can have names.
    These work much like base R. Names for any dimension may be NULL. Subsetting
    with a non-existent name is an error. Many functions, e.g. solve(), %*%,
    etc. preserve dimnames like their R analogues.