Yes, that looks like a bug. If you try it with ndarray, you get the results I would expect:
=> (def t (mx/array :ndarray [[10][20]])) => t #object[clojure.core.matrix.impl.ndarray_object.NDArray 0x40514dab "[[10] [20]]"] => (pm t) [[10.000] [20.000]] => (pm (emap / t 10)) [[1.000] [2.000]]] -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.