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 docstring typos #160

Closed JozsefKutas closed 1 year ago

JozsefKutas commented 2 years ago

Various docstring fixes, mostly where the documented bits (32/64) were wrong.

JozsefKutas commented 2 years ago

I'm getting a CI failure, but I think it's due to the recent update to use Java 17. When I run ./gradlew spotlessJavaApply locally, it works with Java 11, but not with Java 17.

lessthanoptimal commented 1 year ago

Created new PR https://github.com/lessthanoptimal/ejml/pull/162 that updates spotless and fixes that issue.

lessthanoptimal commented 1 year ago

Merged with the other PR. Thanks!