A basic linear algebra package for Java providing classes for constructing and manipulating real, dense matrices.
<dependency>
<groupId>gov.nist.math</groupId>
<artifactId>jama</artifactId>
<version>1.0.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a matrix and performs multiplication with an identity matrix.
Migrate to org.apache.commons:commons-math3 for similar functionality.
No dependency data recorded yet.