vkostyukov / la4j

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

Adding insertRow and insertColumn methods to Matrix #257

Closed twheys closed 9 years ago

twheys commented 9 years ago

This is a useful addition to the Matrix class and compliments the removeRow and removeColumn methods.

twheys commented 9 years ago

to avoid confusion with the insert methods

vkostyukov commented 9 years ago

But this is definitely insert. If you mean insert(Matrix) methods then I don't think we will confuse things by insertRow/insertColumn methods. Moreover, they feel natural.

twheys commented 9 years ago

Alright, I'll update the names.

vkostyukov commented 9 years ago

Cool! Thanks @twheys!