(defn is-matrix " Test if obj is 'derived' from ::matrix (e.g. class incanter.Matrix)." ([obj] (isa? (class obj) ::matrix)))
Comments top
No comments for is-matrix. Log in to add a comment.