summaryrefslogtreecommitdiff
blob: f3b2c615cc970d35095eb083e8bb802fa67b5e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
	<email>sci-mathematics@gentoo.org</email>
	<name>Gentoo Mathematics Project</name>
</maintainer>
<longdescription lang="en">
  The OpenOpt suite of Python packages contains the following modules:
  * openopt: universal numerical optimization package with
    several solvers (e.g. ralg) and connections to tens of other,
    graphical output of convergence. 
  * FuncDesigner: tool to rapidly build functions over
    variables/arrays and get their dense/sparse derivatives via
    automatic differentiation, integration (with specifiable accuracy by
    interalg), interpolation, uncertainty analysis and interval
    analysis, eigenvalue analysis, solve systems of linear/nonlinear/ODE
    equations and numerical optimization problems coded in FuncDesigner
    by OpenOpt. 
  * DerApproximator: tool to get (or check user-supplied) derivatives
    via finite-difference approximation 
  * SpaceFuncs: tool for 2D, 3D, N-dimensional geometric modeling with
    possibilities of parametrized calculations, numerical optimization
    and solving systems of geometrical equations.
</longdescription>
</pkgmetadata>