cbind

Concate two Matrix to Matrix with col direction

  1. Vector cbind(Vector m, Vector n)
  2. Matrix cbind(Matrix m, Matrix n)

Meta