vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
371 stars 109 forks source link

insertRow/insertColumn at the end of a Matrix #286

Closed tmagrino closed 6 years ago

tmagrino commented 7 years ago

It appears that insertRow and insertColumn do not support adding a new row or column at the end of the Matrix. I believe changing the checks here and here to strict inequality should be all that's needs to change to fix the issue.