Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@vkostyukov vkostyukov released this 13 Dec 06:34
· 36 commits to master since this release
  • Fix validation errors in Matrix.insert
  • New matrix methods insertRow and insertColumn
  • Support comments in Matrix Market format
  • New NO_PIVOT_GAUSS matrix inverter
  • New matrix norms: Euclidean, Infinity and Manhattan
  • New factory methods for Vector: fromMap and fromCollection
<dependency>
  <groupId>org.la4j</groupId>
  <artifactId>la4j</artifactId>
  <version>0.6.0</version>
</dependency>