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