comparison libs/commons-math-2.1/docs/apidocs/META-INF/NOTICE.txt @ 16:0b3f87acaabc

commons-math-2.1 added
author dwinter
date Tue, 04 Jan 2011 10:02:51 +0100
parents
children
comparison
equal deleted inserted replaced
15:878723cc40fb 16:0b3f87acaabc
1 Apache Commons Math
2 Copyright 2001-2010 The Apache Software Foundation
3
4 This product includes software developed by
5 The Apache Software Foundation (http://www.apache.org/).
6
7 ===============================================================================
8 The LinearConstraint, LinearObjectiveFunction, LinearOptimizer,
9 RelationShip, SimplexSolver and SimplexTableau classes in package
10 org.apache.commons.math.optimization.linear include software developed by
11 Benjamin McCann (http://www.benmccann.com) and distributed with
12 the following copyright: Copyright 2009 Google Inc.
13 ===============================================================================
14
15 This product includes software developed by the
16 University of Chicago, as Operator of Argonne National
17 Laboratory.
18 The LevenbergMarquardtOptimizer class in package
19 org.apache.commons.math.optimization.general includes software
20 translated from the lmder, lmpar and qrsolv Fortran routines
21 from the Minpack package
22 Minpack Copyright Notice (1999) University of Chicago. All rights reserved
23 ===============================================================================
24
25 The GraggBulirschStoerIntegrator class in package
26 org.apache.commons.math.ode.nonstiff includes software translated
27 from the odex Fortran routine developed by E. Hairer and G. Wanner.
28 Original source copyright:
29 Copyright (c) 2004, Ernst Hairer
30 ===============================================================================
31
32 The EigenDecompositionImpl class in package
33 org.apache.commons.math.linear includes software translated
34 from some LAPACK Fortran routines. Original source copyright:
35 Copyright (c) 1992-2008 The University of Tennessee. All rights reserved.
36 ===============================================================================
37
38 The MersenneTwister class in package org.apache.commons.math.random
39 includes software translated from the 2002-01-26 version of
40 the Mersenne-Twister generator written in C by Makoto Matsumoto and Takuji
41 Nishimura. Original source copyright:
42 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
43 All rights reserved
44 ===============================================================================
45
46 The complete text of licenses and disclaimers associated with the the original
47 sources enumerated above at the time of code translation are in the LICENSE.txt
48 file.