vkostyukov / la4j

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

Fixed matrix insert validation. Fix #255 #256

Closed twheys closed 9 years ago

twheys commented 9 years ago

Fixed two cases where rows and columns and source and destination matrices were mixed up. Added two new tests to test inserting asymmetric matrices with an offset.

vkostyukov commented 9 years ago

Super cool! :+1: