All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Jama.ChangeLog Maven / Gradle / Ivy

Go to download

JAMA is a basic linear algebra package for Java. It provides user-level classes for constructing and manipulating real, dense matrices. It is meant to provide sufficient functionality for routine problems, packaged in a way that is natural and understandable to non-experts.

The newest version!
2012-11-09 Bruce Miller
	* Version 1.0.3 Released.
	* Patched hqr2 method in Jama.EigenvalueDecomposition
	to avoid infinite loop;
	Thanks Frederic Devernay 
	* Updated unchecked type coding in Matrix read.
	* Added serialization ID to Jama.Matrix and Decomposition classes.
	* Cleaned up javadoc documentation to Jama.Matrix and Decomposition classes.
2005-07-13 Bruce Miller
	* Version 1.0.2 Released.

2005-07-12 Bruce Miller
	* Although SVD sometimes fails on cases m < n,
	the test code, apparently successfully, invokes
	SVD to compute rank on an m
	* Version 1.0.1 Released.

2000-09-11 Bruce Miller 
	* Jama.Matrix print methods which create a NumberFormat, now set its
	Locale to US so that the reader will recognize them even when the
	default locale is not US.  Similar change to Jama.test.TestMatrix.
	(Thanks Ulrich Eberhardinger )

1998-08-05 The Jama Team
	* Initial Version released (1.0.0)





© 2015 - 2024 Weber Informatics LLC | Privacy Policy