/
JAMA

This is the documentation for Enlighten.

JAMA

JAMA: Java Matrix Package

JAMA は、The MathWorks と National Institute of Standards and Technology (NIST) によって開発された Java 用の基本線型代数パッケージで、http://math.nist.gov/javanumerics/jama/ から入手可能です。

Enlighten の AutoUVs コードは、固有ベクトル分解に JAMA ルーチンに基づく複数のルーチンを利用します: tred2、tql2、eigen_decomposition.これらのルーチンはパブリック ドメイン内にあります。http://math.nist.gov/javanumerics/jama/ から (アクセス日: 2013 年 5 月 7 日):

Copyright Notice

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.

...

As Jama is in the public domain other developers are free to adopt and adapt this code to other styles of programming or to extend or modernize the API. You might find one of these libraries to be more suitable to your purposes. Make note, however, that NIST makes no endorsement of these projects.