JLMatrix - JRuby Matrix Extensions using jLAPACK
Copyright (C) 2008 Approximatrix, LLC

Introduction
============

The JLMatrix package provides extended functionality to the Ruby Standard
Library Matrix and Vector classes.  All routines are designed to use the
pure Java jLAPACK package where appropriate.  Critical functions, such
as inverse and multiply, have been overridden to default to jLAPACK rather
than the Ruby versions.

Copyright
=========

JLMatrix is a product of Approximatrix, LLC, and is licensed under the GNU
General Public License Version 3.  This license does not allow linking 
JLMatrix against closed-source products.

Copyright (C) 2008 Approximatrix, LLC
http://www.approximatrix.com

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

A full version of the license terms is available in LICENSE.
