Package org.ojalgo.matrix.jama

This package contains adapter classes to Jama.

See:
          Description

Class Summary
JamaCholesky JamaCholesky
JamaEigenvalue JamaEigenvalue
JamaLU JamaLU
JamaMatrix JamaMatrix
JamaQR JamaQR
JamaSingularValue JamaSingularValue
 

Package org.ojalgo.matrix.jama Description

This package contains adapter classes to Jama. The entire original Jama package is here but made package private. Use the adapters.

Instructions for the ojAlgo developer if/when Jama is updated:

  1. Delete all *.java files in this package with names that do not begin with Jama*.
  2. Move the new Jama files do this package and update the files' package declarations.
  3. Change all the new classes from public to default (package private).
  4. Apply fixes