xref: /aosp_15_r20/external/apache-commons-math/NOTICE (revision d3fac44428dd0296a04a50c6827e3205b8dbea8a)
1*d3fac444SKarl ShafferApache Commons Math
2*d3fac444SKarl ShafferCopyright 2001-2011 The Apache Software Foundation
3*d3fac444SKarl Shaffer
4*d3fac444SKarl ShafferThis product includes software developed by
5*d3fac444SKarl ShafferThe Apache Software Foundation (http://www.apache.org/).
6*d3fac444SKarl Shaffer
7*d3fac444SKarl Shaffer===============================================================================
8*d3fac444SKarl Shaffer
9*d3fac444SKarl ShafferThe BracketFinder (package org.apache.commons.math.optimization.univariate)
10*d3fac444SKarl Shafferand PowellOptimizer (package org.apache.commons.math.optimization.general)
11*d3fac444SKarl Shafferclasses are based on the Python code in module "optimize.py" (version 0.5)
12*d3fac444SKarl Shafferdeveloped by Travis E. Oliphant for the SciPy library (http://www.scipy.org/)
13*d3fac444SKarl ShafferCopyright © 2003-2009 SciPy Developers.
14*d3fac444SKarl Shaffer===============================================================================
15*d3fac444SKarl Shaffer
16*d3fac444SKarl ShafferThe LinearConstraint, LinearObjectiveFunction, LinearOptimizer,
17*d3fac444SKarl ShafferRelationShip, SimplexSolver and SimplexTableau classes in package
18*d3fac444SKarl Shafferorg.apache.commons.math.optimization.linear include software developed by
19*d3fac444SKarl ShafferBenjamin McCann (http://www.benmccann.com) and distributed with
20*d3fac444SKarl Shafferthe following copyright: Copyright 2009 Google Inc.
21*d3fac444SKarl Shaffer===============================================================================
22*d3fac444SKarl Shaffer
23*d3fac444SKarl ShafferThis product includes software developed by the
24*d3fac444SKarl ShafferUniversity of Chicago, as Operator of Argonne National
25*d3fac444SKarl ShafferLaboratory.
26*d3fac444SKarl ShafferThe LevenbergMarquardtOptimizer class in package
27*d3fac444SKarl Shafferorg.apache.commons.math.optimization.general includes software
28*d3fac444SKarl Shaffertranslated from the lmder, lmpar and qrsolv Fortran routines
29*d3fac444SKarl Shafferfrom the Minpack package
30*d3fac444SKarl ShafferMinpack Copyright Notice (1999) University of Chicago.  All rights reserved
31*d3fac444SKarl Shaffer===============================================================================
32*d3fac444SKarl Shaffer
33*d3fac444SKarl ShafferThe GraggBulirschStoerIntegrator class in package
34*d3fac444SKarl Shafferorg.apache.commons.math.ode.nonstiff includes software translated
35*d3fac444SKarl Shafferfrom the odex Fortran routine developed by E. Hairer and G. Wanner.
36*d3fac444SKarl ShafferOriginal source copyright:
37*d3fac444SKarl ShafferCopyright (c) 2004, Ernst Hairer
38*d3fac444SKarl Shaffer===============================================================================
39*d3fac444SKarl Shaffer
40*d3fac444SKarl ShafferThe EigenDecompositionImpl class in package
41*d3fac444SKarl Shafferorg.apache.commons.math.linear includes software translated
42*d3fac444SKarl Shafferfrom some LAPACK Fortran routines.  Original source copyright:
43*d3fac444SKarl ShafferCopyright (c) 1992-2008 The University of Tennessee.  All rights reserved.
44*d3fac444SKarl Shaffer===============================================================================
45*d3fac444SKarl Shaffer
46*d3fac444SKarl ShafferThe MersenneTwister class in package org.apache.commons.math.random
47*d3fac444SKarl Shafferincludes software translated from the 2002-01-26 version of
48*d3fac444SKarl Shafferthe Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji
49*d3fac444SKarl ShafferNishimura. Original source copyright:
50*d3fac444SKarl ShafferCopyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
51*d3fac444SKarl ShafferAll rights reserved
52*d3fac444SKarl Shaffer===============================================================================
53*d3fac444SKarl Shaffer
54*d3fac444SKarl ShafferThe complete text of licenses and disclaimers associated with the the original
55*d3fac444SKarl Shaffersources enumerated above at the time of code translation are in the LICENSE.txt
56*d3fac444SKarl Shafferfile.
57