2007-07-04 14:26:27 -04:00
|
|
|
Apache Commons Math
|
2010-03-25 22:36:20 -04:00
|
|
|
Copyright 2001-2010 The Apache Software Foundation
|
2006-11-29 02:06:35 -05:00
|
|
|
|
2004-02-25 14:28:40 -05:00
|
|
|
This product includes software developed by
|
|
|
|
The Apache Software Foundation (http://www.apache.org/).
|
2007-02-27 15:53:46 -05:00
|
|
|
|
2009-07-29 18:35:15 -04:00
|
|
|
===============================================================================
|
2009-07-29 14:45:06 -04:00
|
|
|
The LinearConstraint, LinearObjectiveFunction, LinearOptimizer,
|
|
|
|
RelationShip, SimplexSolver and SimplexTableau classes in package
|
2009-07-29 18:35:15 -04:00
|
|
|
org.apache.commons.math.optimization.linear include software developed by
|
|
|
|
Benjamin McCann (http://www.benmccann.com) and distributed with
|
2009-03-26 19:25:30 -04:00
|
|
|
the following copyright: Copyright 2009 Google Inc.
|
2009-07-29 18:35:15 -04:00
|
|
|
===============================================================================
|
2007-02-27 15:53:46 -05:00
|
|
|
|
2009-07-29 18:35:15 -04:00
|
|
|
This product includes software developed by the
|
|
|
|
University of Chicago, as Operator of Argonne National
|
|
|
|
Laboratory.
|
2009-07-29 14:45:06 -04:00
|
|
|
The LevenbergMarquardtOptimizer class in package
|
|
|
|
org.apache.commons.math.optimization.general includes software
|
|
|
|
translated from the lmder, lmpar and qrsolv Fortran routines
|
2009-07-29 18:35:15 -04:00
|
|
|
from the Minpack package
|
|
|
|
Minpack Copyright Notice (1999) University of Chicago. All rights reserved
|
|
|
|
===============================================================================
|
2008-11-27 10:50:42 -05:00
|
|
|
|
2009-07-29 14:45:06 -04:00
|
|
|
The GraggBulirschStoerIntegrator class in package
|
|
|
|
org.apache.commons.math.ode.nonstiff includes software translated
|
2009-07-29 18:35:15 -04:00
|
|
|
from the odex Fortran routine developed by E. Hairer and G. Wanner.
|
|
|
|
Original source copyright:
|
|
|
|
Copyright (c) 2004, Ernst Hairer
|
|
|
|
===============================================================================
|
2008-11-27 10:50:42 -05:00
|
|
|
|
2009-07-29 14:45:06 -04:00
|
|
|
The EigenDecompositionImpl class in package
|
|
|
|
org.apache.commons.math.linear includes software translated
|
2009-07-29 18:35:15 -04:00
|
|
|
from some LAPACK Fortran routines. Original source copyright:
|
|
|
|
Copyright (c) 1992-2008 The University of Tennessee. All rights reserved.
|
|
|
|
===============================================================================
|
2008-11-27 10:50:42 -05:00
|
|
|
|
2009-07-29 14:45:06 -04:00
|
|
|
The MersenneTwister class in package org.apache.commons.math.random
|
|
|
|
includes software translated from the 2002-01-26 version of
|
2009-07-21 17:38:55 -04:00
|
|
|
the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji
|
2009-07-29 18:35:15 -04:00
|
|
|
Nishimura. Original source copyright:
|
|
|
|
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
|
|
|
|
All rights reserved
|
|
|
|
===============================================================================
|
2009-07-21 17:38:55 -04:00
|
|
|
|
2009-07-29 18:35:15 -04:00
|
|
|
The complete text of licenses and disclaimers associated with the the original
|
|
|
|
sources enumerated above at the time of code translation are in the LICENSE.txt
|
|
|
|
file.
|