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