vkostyukov / la4j

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

Added MatrixConverter support #242

Closed SamoylovMD closed 9 years ago

SamoylovMD commented 9 years ago

Now we can convert matrices easily, for example: Matrix other = matrix.to(Matrices.COMPRESSED_COLUMNS);

SamoylovMD commented 9 years ago

Implemented #228.

vkostyukov commented 9 years ago

This looks great! Just a few minor suggestions from my side.

vkostyukov commented 9 years ago

Thanks @SamoylovMD!