- 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>