Code Monkey home page Code Monkey logo

jama's Introduction

jama

Jama is a basic linear algebra package for Java originally developed by MathWorks and NIST and released to the public domain.

This is the original copyright statement:

This software is a cooperative product of The MathWorks and the National Institute of Standards and Technology (NIST) which has been released to the public domain. Neither The MathWorks nor NIST assumes any responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic.

Why this version?

The original Jama artifact available through Maven (gov.nist.math:jama:1.0.3) has a few deficiencies:

  • The package name is Jama, which does not follow Java naming conventions because it is not lowercase.
  • It contains both example and testing code which does not belong into a production release.
  • Some I/O code in the Matrix class does not work well with transpilation frameworks such as GWT and JSweet.

Download

We provide access to our version of Jama via our own Maven repository:

https://mvn.topobyte.de

The package is available at these coordinates:

de.topobyte:jama:1.1.0

You can also browse the repository online:

https://mvn.topobyte.de/de/topobyte/jama/

Changelog

For older changes, see the original changelog.

  • Split source code to main and test (includes example)
  • Formatted source code using Eclipse formatter
  • Preserved some well formatted comments using @formatter:on/off annotations
  • Added missing curly braces and @Override annotations
  • Removed unnecessary casts
  • Move I/O methods (print() variants and read()) from Matrix to new class MatrixIO.
  • Rename package from Jama to jama

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.