openturns 0.15-2 source package in Ubuntu

Changelog

openturns (0.15-2) unstable; urgency=low

  * openturns-wrappers: install wrappers, wrapper.xml and wrapper.dtd

openturns (0.15-1) unstable; urgency=low

  * New upstream release
 -- Matthias Klose <email address hidden>   Mon,  19 Sep 2011 21:28:07 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Debian Science Team
Architectures:
any
Section:
science
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe science

Downloads

File Size SHA-256 Checksum
openturns_0.15.orig.tar.gz 3.9 MiB 920e9f8992306ac0b5c494e02d7a8ae39b9fe02fac9029630bef50e7cf5317da
openturns_0.15-2.diff.gz 24.9 KiB 7e8e620bce5eadf80055ff833f004b7a92a9a6308324740cd2a517a19e4669b0
openturns_0.15-2.dsc 1.6 KiB 8d7714532f97bcf2e0fa1fddc9e594925cd88229519fc532b22397cc009cd0cf

Available diffs

View changes file

Binary packages built by this source

libopenturns-dbg: No summary available for libopenturns-dbg in ubuntu oneiric.

No description available for libopenturns-dbg in ubuntu oneiric.

libopenturns-dev: No summary available for libopenturns-dev in ubuntu oneiric.

No description available for libopenturns-dev in ubuntu oneiric.

libopenturns0: dynamic libraries for OpenTURNS

 OpenTURNS is a powerful and generic tool to treat and quantify
 uncertainties in numerical simulations in design, optimization and
 control. It allows both sensitivity and reliability analysis studies:
  * define the outputs of interest and decision criteria;
  * quantify and model the source of uncertainties;
  * propagate uncertainties and/or analyse sensitivity
  * rank the sources of uncertainty
 .
 OpenTURNS is a large project with more than 300 C++ classes which
 uses well known and supported software such as R for the statistical
 methods and BLAS/LAPACK for the linear algebra.
 .
 This package provides the dynamic libraries.
 .
 The library implements almost all the treatments of uncertainty that
 OpenTURNS can provide. It is designed to be linked against any user
 specific application, or with either the textual front-end (see
 python-openturns package).
 .
 The main function of that library is giving to specific applications
 all the functionalities needed to treat uncertainties in
 studies. Targeted users are all engineers who want to introduce the
 probabilistic dimension in their so far deterministic studies.

openturns-examples: No summary available for openturns-examples in ubuntu oneiric.

No description available for openturns-examples in ubuntu oneiric.

openturns-validation: No summary available for openturns-validation in ubuntu quantal.

No description available for openturns-validation in ubuntu quantal.

openturns-wrapper: example of a wrapper for OpenTURNS

 OpenTURNS is a powerful and generic tool to treat and quantify
 uncertainties in numerical simulations in design, optimization and
 control. It allows both sensitivity and reliability analysis studies:
  * defining the outputs of interest and decision criterion;
  * quantify and model the source of uncertainties;
  * propagate uncertainties and/or analyse sensitivity and
  * rank the sources of uncertainty
 .
 OpenTURNS is a large project with more than 300 C++ classes which
 uses well known and supported software such as R for the statistical
 methods and BLAS/LAPACK for the linear algebra.
 .
 This package provides a wrapper that allows any external code to be
 linked against the OpenTURNS library and to be used through the
 library functionalities.
 .
 Any code can be used provided that it can be seen as a
 numerical function that reads N doubles and returns P doubles.
 Notice that the wrapper of this package only shows how to link
 against the OpenTURNS library. It does not show how to parse
 or write the arguments of the function so they can be sent to or
 retrieved from the code.

python-openturns: Python front-end of OpenTURNS (aka TUI)

 OpenTURNS is a powerful and generic tool to treat and quantify
 uncertainties in numerical simulations in design, optimization and
 control. It allows both sensitivity and reliability analysis studies:
  * defining the outputs of interest and decision criterion;
  * quantify and model the source of uncertainties;
  * propagate uncertainties and/or analyse sensitivity and
  * rank the sources of uncertainty
 .
 OpenTURNS is a large project with more than 300 C++ classes which
 uses well known and supported software such as R for the statistical
 methods and BLAS/LAPACK for the linear algebra.
 .
 This package provides a textual user interface that gives access to
 all the functionalities provided by the OpenTURNS library.