lessthanoptimal / ejml

A fast and easy to use linear algebra library written in Java for dense, sparse, real, and complex matrices.
https://ejml.org
565 stars 117 forks source link

Fix SimpleMatrix type conversion #157

Closed JozsefKutas closed 2 years ago

JozsefKutas commented 2 years ago

Fixes #156.

I added a some extra assertions to existing tests - the extra assertions for concatRows and concatColumns fail without the fix.

lessthanoptimal commented 2 years ago

Might do a minor release just for this fix since it could be a while before there's a major new release. Thanks!