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