I am a bit lost among all those available operators -- so is there easy way to insert a entire row/column (vector) into a matrix?
I started thinking about creating a vector, converting it to array, joining it with matrix converted into array, and creating new matrix based on such combined array, but it looks even uglier than it sounds.