diff options
author | 2012-01-07 20:39:27 +0000 | |
---|---|---|
committer | 2012-01-07 20:39:27 +0000 | |
commit | 5ee8321fdf64b936271655d38e6a1d908df3a4d4 (patch) | |
tree | ff3198a329730248038565822c9e9c5e4cfbb48b /dev-python/oosuite/metadata.xml | |
parent | Bump to 0.7.159, development version (diff) | |
download | historical-5ee8321fdf64b936271655d38e6a1d908df3a4d4.tar.gz historical-5ee8321fdf64b936271655d38e6a1d908df3a4d4.tar.bz2 historical-5ee8321fdf64b936271655d38e6a1d908df3a4d4.zip |
Initial import to the main tree
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-python/oosuite/metadata.xml')
-rw-r--r-- | dev-python/oosuite/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/oosuite/metadata.xml b/dev-python/oosuite/metadata.xml new file mode 100644 index 000000000000..291eba128960 --- /dev/null +++ b/dev-python/oosuite/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci-mathematics</herd> +<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> |