2007-07-04 14:26:27 -04:00
|
|
|
Apache Commons Math
|
2014-01-06 07:11:24 -05:00
|
|
|
Copyright 2001-2014 The Apache Software Foundation
|
2006-11-29 02:06:35 -05:00
|
|
|
|
2013-01-30 16:43:00 -05:00
|
|
|
This product includes software developed at
|
2004-02-25 14:28:40 -05:00
|
|
|
The Apache Software Foundation (http://www.apache.org/).
|
2007-02-27 15:53:46 -05:00
|
|
|
|
2009-07-29 18:35:15 -04:00
|
|
|
===============================================================================
|
2010-07-26 17:47:32 -04:00
|
|
|
|
2013-03-15 07:37:35 -04:00
|
|
|
The inverse error function implementation in the Erf class is based on CUDA
|
|
|
|
code developed by Mike Giles, Oxford-Man Institute of Quantitative Finance,
|
|
|
|
and published in GPU Computing Gems, volume 2, 2010.
|
|
|
|
===============================================================================
|
|
|
|
|
2012-02-14 11:17:55 -05:00
|
|
|
The BracketFinder (package org.apache.commons.math3.optimization.univariate)
|
|
|
|
and PowellOptimizer (package org.apache.commons.math3.optimization.general)
|
2010-07-26 17:47:32 -04:00
|
|
|
classes are based on the Python code in module "optimize.py" (version 0.5)
|
|
|
|
developed by Travis E. Oliphant for the SciPy library (http://www.scipy.org/)
|
|
|
|
Copyright © 2003-2009 SciPy Developers.
|
|
|
|
===============================================================================
|
|
|
|
|
2009-07-29 14:45:06 -04:00
|
|
|
The LinearConstraint, LinearObjectiveFunction, LinearOptimizer,
|
|
|
|
RelationShip, SimplexSolver and SimplexTableau classes in package
|
2012-02-14 11:17:55 -05:00
|
|
|
org.apache.commons.math3.optimization.linear include software developed by
|
2009-07-29 18:35:15 -04:00
|
|
|
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
|
2012-02-14 11:17:55 -05:00
|
|
|
org.apache.commons.math3.optimization.general includes software
|
2009-07-29 14:45:06 -04:00
|
|
|
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
|
2012-02-14 11:17:55 -05:00
|
|
|
org.apache.commons.math3.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
|
2012-02-14 11:17:55 -05:00
|
|
|
org.apache.commons.math3.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
|
|
|
|
2012-02-14 11:17:55 -05:00
|
|
|
The MersenneTwister class in package org.apache.commons.math3.random
|
2009-07-29 14:45:06 -04:00
|
|
|
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
|
|
|
|
2012-02-15 15:46:30 -05:00
|
|
|
The LocalizedFormatsTest class in the unit tests is an adapted version of
|
|
|
|
the OrekitMessagesTest class from the orekit library distributed under the
|
|
|
|
terms of the Apache 2 licence. Original source copyright:
|
2012-06-18 06:01:12 -04:00
|
|
|
Copyright 2010 CS Systèmes d'Information
|
|
|
|
===============================================================================
|
|
|
|
|
|
|
|
The HermiteInterpolator class and its corresponding test have been imported from
|
|
|
|
the orekit library distributed under the terms of the Apache 2 licence. Original
|
|
|
|
source copyright:
|
|
|
|
Copyright 2010-2012 CS Systèmes d'Information
|
2012-02-15 15:46:30 -05:00
|
|
|
===============================================================================
|
|
|
|
|
2012-07-21 20:57:41 -04:00
|
|
|
The creation of the package "o.a.c.m.analysis.integration.gauss" was inspired
|
|
|
|
by an original code donated by Sébastien Brisard.
|
|
|
|
===============================================================================
|
|
|
|
|
2013-12-29 10:18:59 -05:00
|
|
|
The direction numbers in the resource file for Sobol generation was created
|
|
|
|
by Frances Y. Kuo and Stephen Joe. Original source copyright:
|
|
|
|
Copyright (c) 2008, Frances Y. Kuo and Stephen Joe
|
|
|
|
All rights reserved.
|
|
|
|
===============================================================================
|
|
|
|
|
2012-07-21 20:57:41 -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.
|