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