Returns a list-of-lists if the given matrix is two-dimensional
and a flat list if the matrix is one-dimensional.
(defmulti to-list
" Returns a list-of-lists if the given matrix is two-dimensional
and a flat list if the matrix is one-dimensional."
type)
Comments top
No comments for to-list. Log in to add a comment.