Something like this: ``` ruby NMatrix.concat([ [a_nm, b_nm], [c_nm, d_nm] ]) ```
Something like this: