Flowdock
columns(columns) public

Creates a matrix using columns as an array of column vectors.

Matrix.columns([[25, 93], [-1, 66]])
   =>  25 -1
       93 66
Show source
Register or log in to add new notes.