Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 03:34:32 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502762 - in head/math: . openturns
Message-ID:  <201905270334.x4R3YWK5058449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon May 27 03:34:31 2019
New Revision: 502762
URL: https://svnweb.freebsd.org/changeset/ports/502762

Log:
  New port: math/openturns: Uncertainty treatment library

Added:
  head/math/openturns/
  head/math/openturns/Makefile   (contents, props changed)
  head/math/openturns/distinfo   (contents, props changed)
  head/math/openturns/pkg-descr   (contents, props changed)
  head/math/openturns/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Mon May 27 01:55:09 2019	(r502761)
+++ head/math/Makefile	Mon May 27 03:34:31 2019	(r502762)
@@ -475,6 +475,7 @@
     SUBDIR += openlibm
     SUBDIR += openmesh
     SUBDIR += opensolaris-libm
+    SUBDIR += openturns
     SUBDIR += optpp
     SUBDIR += orpie
     SUBDIR += osi

Added: head/math/openturns/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/openturns/Makefile	Mon May 27 03:34:31 2019	(r502762)
@@ -0,0 +1,57 @@
+# $FreeBSD$
+
+PORTNAME=	openturns
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.13rc1
+CATEGORIES=	math
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Uncertainty treatment library
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \
+		flex:textproc/flex \
+		R>0:math/R
+LIB_DEPENDS=	libceres.so:math/ceres-solver \
+		libgflags.so:devel/gflags \
+		libglog.so:devel/glog \
+		libmuparser.so:math/muparser \
+		libnlopt.so:math/nlopt \
+		libopt.so:math/optpp \
+		libtbb.so:devel/tbb \
+		libhmat-oss.so:math/hmat-oss
+RUN_DEPENDS=	R>0:math/R
+
+USES=		bison blaslapack:openblas cmake compiler:c++11-lang eigen:3 gnome localbase:ldflags
+USE_GITHUB=	yes
+USE_GNOME=	libxml2
+USE_LDCONFIG=	yes
+
+CMAKE_ARGS=	-DBLAS_LIBRARIES=${LOCALBASE}/lib/libopenblas.so -DLAPACK_LIBRARIES=${LOCALBASE}/lib/libopenblas.so \
+		-DOPENTURNS_EXAMPLE_PATH:STRING=share/examples/openturns \
+		-DOPENTURNS_DOC_PATH:STRING=share/doc/openturns
+CMAKE_OFF=	USE_DOXYGEN USE_SPHINX
+
+OPTIONS_DEFINE=		PYTHON EXAMPLES
+OPTIONS_DEFAULT=	PYTHON
+OPTIONS_SUB=		yes
+
+PYTHON_USES=		python
+PYTHON_CMAKE_BOOL=	BUILD_PYTHON
+PYTHON_CMAKE_ON=	-DSWIG_EXECUTABLE=${LOCALBASE}/bin/swig3.0
+PYTHON_BUILD_DEPENDS=	swig3.0:devel/swig30 \
+			${PYTHON_RUN_DEPENDS}
+PYTHON_RUN_DEPENDS=	${PYNUMPY} \
+			${PYTHON_PKGNAMEPREFIX}chaospy>0:math/py-chaospy@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}nbconvert>0:devel/py-nbconvert@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
+
+PORTEXAMPLES=		*
+
+post-install:
+	@${RM} -r ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>

Added: head/math/openturns/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/openturns/distinfo	Mon May 27 03:34:31 2019	(r502762)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1556509878
+SHA256 (openturns-openturns-v1.13rc1_GH0.tar.gz) = ce643c8037d3324866868cfcedff1e192e3a42d056d96648c1ef932bba065ce0
+SIZE (openturns-openturns-v1.13rc1_GH0.tar.gz) = 15843182

Added: head/math/openturns/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/openturns/pkg-descr	Mon May 27 03:34:31 2019	(r502762)
@@ -0,0 +1,8 @@
+OpenTURNS is a scientific C++ and Python library including an internal data
+model and algorithms dedicated to the treatment of uncertainties. The main goal
+of this 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.
+
+WWW: http://www.openturns.org/

Added: head/math/openturns/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/openturns/pkg-plist	Mon May 27 03:34:31 2019	(r502762)
@@ -0,0 +1,2263 @@
+%%ETCDIR%%/openturns.conf
+include/openturns/ANCOVA.hxx
+include/openturns/ARMA.hxx
+include/openturns/ARMACoefficients.hxx
+include/openturns/ARMAFactory.hxx
+include/openturns/ARMAFactoryImplementation.hxx
+include/openturns/ARMALikelihoodFactory.hxx
+include/openturns/ARMAState.hxx
+include/openturns/AbdoRackwitz.hxx
+include/openturns/AbsoluteExponential.hxx
+include/openturns/AdaptiveDirectionalSampling.hxx
+include/openturns/AdaptiveStieltjesAlgorithm.hxx
+include/openturns/AdaptiveStrategy.hxx
+include/openturns/AdaptiveStrategyImplementation.hxx
+include/openturns/AggregatedEvaluation.hxx
+include/openturns/AggregatedFunction.hxx
+include/openturns/AggregatedGradient.hxx
+include/openturns/AggregatedHessian.hxx
+include/openturns/AggregatedProcess.hxx
+include/openturns/AliMikhailHaqCopula.hxx
+include/openturns/AliMikhailHaqCopulaFactory.hxx
+include/openturns/Analytical.hxx
+include/openturns/AnalyticalResult.hxx
+include/openturns/ApproximationAlgorithm.hxx
+include/openturns/ApproximationAlgorithmImplementation.hxx
+include/openturns/ApproximationAlgorithmImplementationFactory.hxx
+include/openturns/ArchimedeanCopula.hxx
+include/openturns/Arcsine.hxx
+include/openturns/ArcsineFactory.hxx
+include/openturns/ArcsineMuSigma.hxx
+include/openturns/AtomicFunctions.hxx
+include/openturns/Axial.hxx
+include/openturns/BLUE.hxx
+include/openturns/BarPlot.hxx
+include/openturns/Basis.hxx
+include/openturns/BasisFactory.hxx
+include/openturns/BasisImplementation.hxx
+include/openturns/BasisSequence.hxx
+include/openturns/BasisSequenceFactory.hxx
+include/openturns/BasisSequenceFactoryImplementation.hxx
+include/openturns/BasisSequenceImplementation.hxx
+include/openturns/BayesDistribution.hxx
+include/openturns/Bernoulli.hxx
+include/openturns/BernoulliFactory.hxx
+include/openturns/BernsteinCopulaFactory.hxx
+include/openturns/Beta.hxx
+include/openturns/BetaFactory.hxx
+include/openturns/BetaFunctions.hxx
+include/openturns/BetaMuSigma.hxx
+include/openturns/Binomial.hxx
+include/openturns/BinomialFactory.hxx
+include/openturns/BipartiteGraph.hxx
+include/openturns/Bisection.hxx
+include/openturns/BlendedStep.hxx
+include/openturns/BootstrapExperiment.hxx
+include/openturns/BoundingVolumeHierarchy.hxx
+include/openturns/Box.hxx
+include/openturns/BoxCoxEvaluation.hxx
+include/openturns/BoxCoxFactory.hxx
+include/openturns/BoxCoxGradient.hxx
+include/openturns/BoxCoxHessian.hxx
+include/openturns/BoxCoxTransform.hxx
+include/openturns/Brent.hxx
+include/openturns/Burr.hxx
+include/openturns/BurrFactory.hxx
+include/openturns/CMinpack.hxx
+include/openturns/Cache.hxx
+include/openturns/CalibrationAlgorithm.hxx
+include/openturns/CalibrationAlgorithmImplementation.hxx
+include/openturns/CalibrationResult.hxx
+include/openturns/CalibrationStrategy.hxx
+include/openturns/CalibrationStrategyImplementation.hxx
+include/openturns/CanonicalTensorEvaluation.hxx
+include/openturns/CanonicalTensorGradient.hxx
+include/openturns/Catalog.hxx
+include/openturns/CauchyModel.hxx
+include/openturns/CenteredFiniteDifferenceGradient.hxx
+include/openturns/CenteredFiniteDifferenceHessian.hxx
+include/openturns/Ceres.hxx
+include/openturns/CharlierFactory.hxx
+include/openturns/ChebychevFactory.hxx
+include/openturns/Chi.hxx
+include/openturns/ChiFactory.hxx
+include/openturns/ChiSquare.hxx
+include/openturns/ChiSquareFactory.hxx
+include/openturns/CholeskyMethod.hxx
+include/openturns/Classifier.hxx
+include/openturns/ClassifierImplementation.hxx
+include/openturns/ClaytonCopula.hxx
+include/openturns/ClaytonCopulaFactory.hxx
+include/openturns/CleaningStrategy.hxx
+include/openturns/Cloud.hxx
+include/openturns/Cobyla.hxx
+include/openturns/Collection.hxx
+include/openturns/Combinations.hxx
+include/openturns/CombinatorialGenerator.hxx
+include/openturns/CombinatorialGeneratorImplementation.hxx
+include/openturns/Compact.hxx
+include/openturns/ComparisonOperator.hxx
+include/openturns/ComparisonOperatorImplementation.hxx
+include/openturns/ComplexMatrix.hxx
+include/openturns/ComplexMatrixImplementation.hxx
+include/openturns/ComplexTensor.hxx
+include/openturns/ComplexTensorImplementation.hxx
+include/openturns/ComposedCopula.hxx
+include/openturns/ComposedDistribution.hxx
+include/openturns/ComposedEvaluation.hxx
+include/openturns/ComposedFunction.hxx
+include/openturns/ComposedGradient.hxx
+include/openturns/ComposedHessian.hxx
+include/openturns/Composite.hxx
+include/openturns/CompositeDistribution.hxx
+include/openturns/CompositeProcess.hxx
+include/openturns/CompositeRandomVector.hxx
+include/openturns/ConditionalDistribution.hxx
+include/openturns/ConditionalRandomVector.hxx
+include/openturns/ConditionedGaussianProcess.hxx
+include/openturns/ConstantBasisFactory.hxx
+include/openturns/ConstantGradient.hxx
+include/openturns/ConstantHessian.hxx
+include/openturns/ConstantRandomVector.hxx
+include/openturns/ConstantStep.hxx
+include/openturns/ContinuousDistribution.hxx
+include/openturns/Contour.hxx
+include/openturns/Copula.hxx
+include/openturns/CopulaImplementation.hxx
+include/openturns/CorrectedLeaveOneOut.hxx
+include/openturns/CorrelationAnalysis.hxx
+include/openturns/CorrelationMatrix.hxx
+include/openturns/CovarianceMatrix.hxx
+include/openturns/CovarianceModel.hxx
+include/openturns/CovarianceModelFactory.hxx
+include/openturns/CovarianceModelFactoryImplementation.hxx
+include/openturns/CovarianceModelImplementation.hxx
+include/openturns/CumulativeDistributionNetwork.hxx
+include/openturns/Curve.hxx
+include/openturns/DatabaseEvaluation.hxx
+include/openturns/DatabaseFunction.hxx
+include/openturns/Description.hxx
+include/openturns/DesignProxy.hxx
+include/openturns/DickeyFullerTest.hxx
+include/openturns/Dirac.hxx
+include/openturns/DiracCovarianceModel.hxx
+include/openturns/DiracFactory.hxx
+include/openturns/DirectionalSampling.hxx
+include/openturns/Dirichlet.hxx
+include/openturns/DirichletFactory.hxx
+include/openturns/DiscreteDistribution.hxx
+include/openturns/DiscreteMarkovChain.hxx
+include/openturns/DistFunc.hxx
+include/openturns/Distribution.hxx
+include/openturns/DistributionFactory.hxx
+include/openturns/DistributionFactoryImplementation.hxx
+include/openturns/DistributionFactoryResult.hxx
+include/openturns/DistributionImplementation.hxx
+include/openturns/DistributionParameters.hxx
+include/openturns/DistributionParametersImplementation.hxx
+include/openturns/DistributionTransformation.hxx
+include/openturns/Domain.hxx
+include/openturns/DomainComplement.hxx
+include/openturns/DomainDifference.hxx
+include/openturns/DomainDisjunctiveUnion.hxx
+include/openturns/DomainImplementation.hxx
+include/openturns/DomainIntersection.hxx
+include/openturns/DomainUnion.hxx
+include/openturns/Drawable.hxx
+include/openturns/DrawableImplementation.hxx
+include/openturns/DualLinearCombinationEvaluation.hxx
+include/openturns/DualLinearCombinationFunction.hxx
+include/openturns/DualLinearCombinationGradient.hxx
+include/openturns/DualLinearCombinationHessian.hxx
+include/openturns/EfficientGlobalOptimization.hxx
+include/openturns/EllipticalDistribution.hxx
+include/openturns/EmpiricalBernsteinCopula.hxx
+include/openturns/EnclosingSimplexAlgorithm.hxx
+include/openturns/EnclosingSimplexAlgorithmImplementation.hxx
+include/openturns/EnclosingSimplexMonotonic1D.hxx
+include/openturns/EnumerateFunction.hxx
+include/openturns/EnumerateFunctionImplementation.hxx
+include/openturns/Epanechnikov.hxx
+include/openturns/Equal.hxx
+include/openturns/Evaluation.hxx
+include/openturns/EvaluationImplementation.hxx
+include/openturns/EvaluationProxy.hxx
+include/openturns/Event.hxx
+include/openturns/EventDomain.hxx
+include/openturns/EventProcess.hxx
+include/openturns/EventRandomVector.hxx
+include/openturns/EventSimulation.hxx
+include/openturns/Exception.hxx
+include/openturns/ExpectationSimulationAlgorithm.hxx
+include/openturns/ExpectationSimulationResult.hxx
+include/openturns/Experiment.hxx
+include/openturns/ExperimentImplementation.hxx
+include/openturns/ExpertMixture.hxx
+include/openturns/Exponential.hxx
+include/openturns/ExponentialFactory.hxx
+include/openturns/ExponentialIntegralFunctions.hxx
+include/openturns/ExponentialModel.hxx
+include/openturns/ExponentiallyDampedCosineModel.hxx
+include/openturns/ExtremeValueCopula.hxx
+include/openturns/FAST.hxx
+include/openturns/FFT.hxx
+include/openturns/FFTImplementation.hxx
+include/openturns/FORM.hxx
+include/openturns/FORMResult.hxx
+include/openturns/Factorial.hxx
+include/openturns/FarlieGumbelMorgensternCopula.hxx
+include/openturns/FarlieGumbelMorgensternCopulaFactory.hxx
+include/openturns/FaureSequence.hxx
+include/openturns/Fehlberg.hxx
+include/openturns/Field.hxx
+include/openturns/FieldFunction.hxx
+include/openturns/FieldFunctionImplementation.hxx
+include/openturns/FieldImplementation.hxx
+include/openturns/FieldToFieldConnection.hxx
+include/openturns/FieldToPointConnection.hxx
+include/openturns/FieldToPointFunction.hxx
+include/openturns/FieldToPointFunctionImplementation.hxx
+include/openturns/FilonQuadrature.hxx
+include/openturns/FilteringWindows.hxx
+include/openturns/FilteringWindowsImplementation.hxx
+include/openturns/FiniteBasis.hxx
+include/openturns/FiniteDifferenceGradient.hxx
+include/openturns/FiniteDifferenceHessian.hxx
+include/openturns/FiniteDifferenceStep.hxx
+include/openturns/FiniteDifferenceStepImplementation.hxx
+include/openturns/FisherSnedecor.hxx
+include/openturns/FisherSnedecorFactory.hxx
+include/openturns/FittingAlgorithm.hxx
+include/openturns/FittingAlgorithmImplementation.hxx
+include/openturns/FittingTest.hxx
+include/openturns/FixedExperiment.hxx
+include/openturns/FixedStrategy.hxx
+include/openturns/FourierSeries.hxx
+include/openturns/FourierSeriesFactory.hxx
+include/openturns/FractionalBrownianMotionModel.hxx
+include/openturns/FrankCopula.hxx
+include/openturns/FrankCopulaFactory.hxx
+include/openturns/Frechet.hxx
+include/openturns/FrechetFactory.hxx
+include/openturns/Full.hxx
+include/openturns/Function.hxx
+include/openturns/FunctionImplementation.hxx
+include/openturns/FunctionalBasisProcess.hxx
+include/openturns/FunctionalChaosAlgorithm.hxx
+include/openturns/FunctionalChaosRandomVector.hxx
+include/openturns/FunctionalChaosResult.hxx
+include/openturns/FunctionalChaosSobolIndices.hxx
+include/openturns/Gamma.hxx
+include/openturns/GammaFactory.hxx
+include/openturns/GammaFunctions.hxx
+include/openturns/GammaMuSigma.hxx
+include/openturns/GaussKronrod.hxx
+include/openturns/GaussKronrodRule.hxx
+include/openturns/GaussLegendre.hxx
+include/openturns/GaussProductExperiment.hxx
+include/openturns/GaussianProcess.hxx
+include/openturns/GeneralLinearModelAlgorithm.hxx
+include/openturns/GeneralLinearModelResult.hxx
+include/openturns/GeneralizedExponential.hxx
+include/openturns/GeneralizedExtremeValue.hxx
+include/openturns/GeneralizedPareto.hxx
+include/openturns/GeneralizedParetoFactory.hxx
+include/openturns/Geometric.hxx
+include/openturns/GeometricFactory.hxx
+include/openturns/GeometricProfile.hxx
+include/openturns/Gradient.hxx
+include/openturns/GradientImplementation.hxx
+include/openturns/Graph.hxx
+include/openturns/GraphImplementation.hxx
+include/openturns/Greater.hxx
+include/openturns/GreaterOrEqual.hxx
+include/openturns/Gumbel.hxx
+include/openturns/GumbelAB.hxx
+include/openturns/GumbelCopula.hxx
+include/openturns/GumbelCopulaFactory.hxx
+include/openturns/GumbelFactory.hxx
+include/openturns/GumbelMuSigma.hxx
+include/openturns/HMatrix.hxx
+include/openturns/HMatrixFactory.hxx
+include/openturns/HMatrixImplementation.hxx
+include/openturns/HMatrixParameters.hxx
+include/openturns/HaarWavelet.hxx
+include/openturns/HaarWaveletFactory.hxx
+include/openturns/HaltonSequence.hxx
+include/openturns/Hamming.hxx
+include/openturns/Hanning.hxx
+include/openturns/HaselgroveSequence.hxx
+include/openturns/HermiteFactory.hxx
+include/openturns/HermitianMatrix.hxx
+include/openturns/Hessian.hxx
+include/openturns/HessianImplementation.hxx
+include/openturns/Histogram.hxx
+include/openturns/HistogramFactory.hxx
+include/openturns/HistogramPolynomialFactory.hxx
+include/openturns/HistoryStrategy.hxx
+include/openturns/HistoryStrategyImplementation.hxx
+include/openturns/HyperbolicAnisotropicEnumerateFunction.hxx
+include/openturns/Hypergeometric.hxx
+include/openturns/HypothesisTest.hxx
+include/openturns/IdFactory.hxx
+include/openturns/IdentityEvaluation.hxx
+include/openturns/IdentityFunction.hxx
+include/openturns/IdentityMatrix.hxx
+include/openturns/ImportanceSamplingExperiment.hxx
+include/openturns/IndependentCopula.hxx
+include/openturns/IndicatorEvaluation.hxx
+include/openturns/IndicatorFunction.hxx
+include/openturns/Indices.hxx
+include/openturns/IndicesCollection.hxx
+include/openturns/IndicesCollectionImplementation.hxx
+include/openturns/IntegrationAlgorithm.hxx
+include/openturns/IntegrationAlgorithmImplementation.hxx
+include/openturns/IntegrationStrategy.hxx
+include/openturns/InterfaceObject.hxx
+include/openturns/Interval.hxx
+include/openturns/IntervalMesher.hxx
+include/openturns/InverseBoxCoxEvaluation.hxx
+include/openturns/InverseBoxCoxGradient.hxx
+include/openturns/InverseBoxCoxHessian.hxx
+include/openturns/InverseBoxCoxTransform.hxx
+include/openturns/InverseChiSquare.hxx
+include/openturns/InverseGamma.hxx
+include/openturns/InverseNatafEllipticalCopulaEvaluation.hxx
+include/openturns/InverseNatafEllipticalCopulaGradient.hxx
+include/openturns/InverseNatafEllipticalCopulaHessian.hxx
+include/openturns/InverseNatafEllipticalDistributionEvaluation.hxx
+include/openturns/InverseNatafEllipticalDistributionGradient.hxx
+include/openturns/InverseNatafEllipticalDistributionHessian.hxx
+include/openturns/InverseNatafIndependentCopulaEvaluation.hxx
+include/openturns/InverseNatafIndependentCopulaGradient.hxx
+include/openturns/InverseNatafIndependentCopulaHessian.hxx
+include/openturns/InverseNormal.hxx
+include/openturns/InverseNormalFactory.hxx
+include/openturns/InverseRosenblattEvaluation.hxx
+include/openturns/InverseTrendEvaluation.hxx
+include/openturns/InverseTrendTransform.hxx
+include/openturns/InverseWishart.hxx
+include/openturns/IteratedQuadrature.hxx
+include/openturns/JacobiFactory.hxx
+include/openturns/JansenSensitivityAlgorithm.hxx
+include/openturns/KDTree.hxx
+include/openturns/KFactorFunctions.hxx
+include/openturns/KFold.hxx
+include/openturns/KPermutations.hxx
+include/openturns/KPermutationsDistribution.hxx
+include/openturns/KarhunenLoeveAlgorithm.hxx
+include/openturns/KarhunenLoeveAlgorithmImplementation.hxx
+include/openturns/KarhunenLoeveLifting.hxx
+include/openturns/KarhunenLoeveP1Algorithm.hxx
+include/openturns/KarhunenLoeveProjection.hxx
+include/openturns/KarhunenLoeveQuadratureAlgorithm.hxx
+include/openturns/KarhunenLoeveResult.hxx
+include/openturns/KarhunenLoeveResultImplementation.hxx
+include/openturns/KarhunenLoeveSVDAlgorithm.hxx
+include/openturns/KernelMixture.hxx
+include/openturns/KernelSmoothing.hxx
+include/openturns/KissFFT.hxx
+include/openturns/KrawtchoukFactory.hxx
+include/openturns/KrigingAlgorithm.hxx
+include/openturns/KrigingEvaluation.hxx
+include/openturns/KrigingGradient.hxx
+include/openturns/KrigingRandomVector.hxx
+include/openturns/KrigingResult.hxx
+include/openturns/LARS.hxx
+include/openturns/LHS.hxx
+include/openturns/LHSExperiment.hxx
+include/openturns/LHSResult.hxx
+include/openturns/LaguerreFactory.hxx
+include/openturns/Laplace.hxx
+include/openturns/LaplaceFactory.hxx
+include/openturns/Last.hxx
+include/openturns/LeastSquaresMetaModelSelection.hxx
+include/openturns/LeastSquaresMetaModelSelectionFactory.hxx
+include/openturns/LeastSquaresMethod.hxx
+include/openturns/LeastSquaresMethodImplementation.hxx
+include/openturns/LeastSquaresProblem.hxx
+include/openturns/LeastSquaresStrategy.hxx
+include/openturns/LegendreFactory.hxx
+include/openturns/Less.hxx
+include/openturns/LessOrEqual.hxx
+include/openturns/LevelSet.hxx
+include/openturns/LevelSetMesher.hxx
+include/openturns/LinearBasisFactory.hxx
+include/openturns/LinearCombinationEvaluation.hxx
+include/openturns/LinearCombinationFunction.hxx
+include/openturns/LinearCombinationGradient.hxx
+include/openturns/LinearCombinationHessian.hxx
+include/openturns/LinearEnumerateFunction.hxx
+include/openturns/LinearEvaluation.hxx
+include/openturns/LinearFunction.hxx
+include/openturns/LinearGradient.hxx
+include/openturns/LinearLeastSquares.hxx
+include/openturns/LinearLeastSquaresCalibration.hxx
+include/openturns/LinearModel.hxx
+include/openturns/LinearModelAlgorithm.hxx
+include/openturns/LinearModelAnalysis.hxx
+include/openturns/LinearModelFactory.hxx
+include/openturns/LinearModelResult.hxx
+include/openturns/LinearModelTest.hxx
+include/openturns/LinearProfile.hxx
+include/openturns/LinearTaylor.hxx
+include/openturns/Log.hxx
+include/openturns/LogNormal.hxx
+include/openturns/LogNormalFactory.hxx
+include/openturns/LogNormalMuSigma.hxx
+include/openturns/LogNormalMuSigmaOverMu.hxx
+include/openturns/LogUniform.hxx
+include/openturns/LogUniformFactory.hxx
+include/openturns/Logistic.hxx
+include/openturns/LogisticFactory.hxx
+include/openturns/LowDiscrepancyExperiment.hxx
+include/openturns/LowDiscrepancySequence.hxx
+include/openturns/LowDiscrepancySequenceImplementation.hxx
+include/openturns/MCMC.hxx
+include/openturns/MarginalDistribution.hxx
+include/openturns/MarginalTransformationEvaluation.hxx
+include/openturns/MarginalTransformationGradient.hxx
+include/openturns/MarginalTransformationHessian.hxx
+include/openturns/MartinezSensitivityAlgorithm.hxx
+include/openturns/MaternModel.hxx
+include/openturns/Matrix.hxx
+include/openturns/MatrixImplementation.hxx
+include/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx
+include/openturns/MaximumDistribution.hxx
+include/openturns/MaximumEntropyOrderStatisticsCopula.hxx
+include/openturns/MaximumEntropyOrderStatisticsDistribution.hxx
+include/openturns/MaximumLikelihoodFactory.hxx
+include/openturns/MediumSafe.hxx
+include/openturns/MeixnerDistribution.hxx
+include/openturns/MeixnerDistributionFactory.hxx
+include/openturns/MeixnerFactory.hxx
+include/openturns/MemoizeEvaluation.hxx
+include/openturns/MemoizeFunction.hxx
+include/openturns/Memory.hxx
+include/openturns/Mesh.hxx
+include/openturns/MeshDomain.hxx
+include/openturns/MetaModelAlgorithm.hxx
+include/openturns/MetaModelResult.hxx
+include/openturns/MetaModelValidation.hxx
+include/openturns/MethodBoundEvaluation.hxx
+include/openturns/MethodOfMomentsFactory.hxx
+include/openturns/MinCopula.hxx
+include/openturns/Mixture.hxx
+include/openturns/MixtureClassifier.hxx
+include/openturns/MonomialFunction.hxx
+include/openturns/MonomialFunctionFactory.hxx
+include/openturns/MonteCarloExperiment.hxx
+include/openturns/MonteCarloLHS.hxx
+include/openturns/MultiStart.hxx
+include/openturns/Multinomial.hxx
+include/openturns/MultinomialFactory.hxx
+include/openturns/MutexLock.hxx
+include/openturns/NLopt.hxx
+include/openturns/NaiveEnclosingSimplex.hxx
+include/openturns/NaiveNearestNeighbour.hxx
+include/openturns/NatafEllipticalCopulaEvaluation.hxx
+include/openturns/NatafEllipticalCopulaGradient.hxx
+include/openturns/NatafEllipticalCopulaHessian.hxx
+include/openturns/NatafEllipticalDistributionEvaluation.hxx
+include/openturns/NatafEllipticalDistributionGradient.hxx
+include/openturns/NatafEllipticalDistributionHessian.hxx
+include/openturns/NatafIndependentCopulaEvaluation.hxx
+include/openturns/NatafIndependentCopulaGradient.hxx
+include/openturns/NatafIndependentCopulaHessian.hxx
+include/openturns/NearestNeighbour1D.hxx
+include/openturns/NearestNeighbourAlgorithm.hxx
+include/openturns/NearestNeighbourAlgorithmImplementation.hxx
+include/openturns/NearestPointChecker.hxx
+include/openturns/NearestPointCheckerResult.hxx
+include/openturns/NearestPointProblem.hxx
+include/openturns/NegativeBinomial.hxx
+include/openturns/NegativeBinomialFactory.hxx
+include/openturns/NoEvaluation.hxx
+include/openturns/NoGradient.hxx
+include/openturns/NoHessian.hxx
+include/openturns/NonCenteredFiniteDifferenceGradient.hxx
+include/openturns/NonCentralChiSquare.hxx
+include/openturns/NonCentralStudent.hxx
+include/openturns/NonLinearLeastSquaresCalibration.hxx
+include/openturns/NonStationaryCovarianceModelFactory.hxx
+include/openturns/NormInfEnumerateFunction.hxx
+include/openturns/Normal.hxx
+include/openturns/Normal2DCDF.hxx
+include/openturns/Normal3DCDF.hxx
+include/openturns/NormalCopula.hxx
+include/openturns/NormalCopulaFactory.hxx
+include/openturns/NormalFactory.hxx
+include/openturns/NormalGamma.hxx
+include/openturns/NormalityTest.hxx
+include/openturns/Null.hxx
+include/openturns/ODESolver.hxx
+include/openturns/ODESolverImplementation.hxx
+include/openturns/OPTpp.hxx
+include/openturns/OSS.hxx
+include/openturns/OStream.hxx
+include/openturns/OT.hxx
+include/openturns/OTAlgo.hxx
+include/openturns/OTAlgorithm.hxx
+include/openturns/OTAnalytical.hxx
+include/openturns/OTBase.hxx
+include/openturns/OTBaseMetaModel.hxx
+include/openturns/OTBayesian.hxx
+include/openturns/OTClassification.hxx
+include/openturns/OTCommon.hxx
+include/openturns/OTDiff.hxx
+include/openturns/OTDistribution.hxx
+include/openturns/OTExperiments.hxx
+include/openturns/OTFunc.hxx
+include/openturns/OTFunctionalChaos.hxx
+include/openturns/OTGeom.hxx
+include/openturns/OTGraph.hxx
+include/openturns/OTKriging.hxx
+include/openturns/OTLinearModel.hxx
+include/openturns/OTMarginalTransformation.hxx
+include/openturns/OTMetaModel.hxx
+include/openturns/OTModel.hxx
+include/openturns/OTNatafEllipticalCopula.hxx
+include/openturns/OTNatafEllipticalDistribution.hxx
+include/openturns/OTNatafIndependentCopula.hxx
+include/openturns/OTOptim.hxx
+include/openturns/OTOrthogonalBasis.hxx
+include/openturns/OTProcess.hxx
+include/openturns/OTProcessTransformation.hxx
+include/openturns/OTRosenblatt.hxx
+include/openturns/OTSensitivity.hxx
+include/openturns/OTSimulation.hxx
+include/openturns/OTSolver.hxx
+include/openturns/OTSpecFunc.hxx
+include/openturns/OTStat.hxx
+include/openturns/OTStatTests.hxx
+include/openturns/OTTensorApproximation.hxx
+include/openturns/OTTransformation.hxx
+include/openturns/OTType.hxx
+include/openturns/OTUncertainty.hxx
+include/openturns/OTUncertaintyOptimization.hxx
+include/openturns/OTWeightedExperiments.hxx
+include/openturns/OTconfig.h
+include/openturns/OTconfig.hxx
+include/openturns/OTdebug.h
+include/openturns/OTmemory.hxx
+include/openturns/OTprivate.hxx
+include/openturns/OTtestcode.hxx
+include/openturns/OTthread.hxx
+include/openturns/OTtypes.hxx
+include/openturns/OTwindows.h
+include/openturns/Object.hxx
+include/openturns/OptimalLHSExperiment.hxx
+include/openturns/OptimizationAlgorithm.hxx
+include/openturns/OptimizationAlgorithmImplementation.hxx
+include/openturns/OptimizationProblem.hxx
+include/openturns/OptimizationProblemImplementation.hxx
+include/openturns/OptimizationResult.hxx
+include/openturns/OrderStatisticsMarginalChecker.hxx
+include/openturns/OrdinalSumCopula.hxx
+include/openturns/OrthogonalBasis.hxx
+include/openturns/OrthogonalDirection.hxx
+include/openturns/OrthogonalFunctionFactory.hxx
+include/openturns/OrthogonalProductFunctionFactory.hxx
+include/openturns/OrthogonalProductPolynomialFactory.hxx
+include/openturns/OrthogonalUniVariateFunctionFactory.hxx
+include/openturns/OrthogonalUniVariateFunctionFamily.hxx
+include/openturns/OrthogonalUniVariatePolynomial.hxx
+include/openturns/OrthogonalUniVariatePolynomialFactory.hxx
+include/openturns/OrthogonalUniVariatePolynomialFamily.hxx
+include/openturns/OrthogonalUniVariatePolynomialFunctionFactory.hxx
+include/openturns/OrthonormalizationAlgorithm.hxx
+include/openturns/OrthonormalizationAlgorithmImplementation.hxx
+include/openturns/Os.hxx
+include/openturns/P1LagrangeEvaluation.hxx
+include/openturns/P1LagrangeInterpolation.hxx
+include/openturns/Pairs.hxx
+include/openturns/ParametricEvaluation.hxx
+include/openturns/ParametricFunction.hxx
+include/openturns/ParametricGradient.hxx
+include/openturns/ParametricHessian.hxx
+include/openturns/ParametricPointToFieldFunction.hxx
+include/openturns/ParametrizedDistribution.hxx
+include/openturns/Path.hxx
+include/openturns/PenalizedLeastSquaresAlgorithm.hxx
+include/openturns/PenalizedLeastSquaresAlgorithmFactory.hxx
+include/openturns/PersistentCollection.hxx
+include/openturns/PersistentObject.hxx
+include/openturns/PersistentObjectFactory.hxx
+include/openturns/Pie.hxx
+include/openturns/PiecewiseHermiteEvaluation.hxx
+include/openturns/PiecewiseLinearEvaluation.hxx
+include/openturns/PlatformInfo.hxx
+include/openturns/Point.hxx
+include/openturns/PointToFieldConnection.hxx
+include/openturns/PointToFieldFunction.hxx
+include/openturns/PointToFieldFunctionImplementation.hxx
+include/openturns/PointToPointConnection.hxx
+include/openturns/PointToPointEvaluation.hxx
+include/openturns/PointWithDescription.hxx
+include/openturns/Pointer.hxx
+include/openturns/Poisson.hxx
+include/openturns/PoissonFactory.hxx
+include/openturns/Polygon.hxx
+include/openturns/PolygonArray.hxx
+include/openturns/PostAnalyticalControlledImportanceSampling.hxx
+include/openturns/PostAnalyticalImportanceSampling.hxx
+include/openturns/PostAnalyticalSimulation.hxx
+include/openturns/PosteriorDistribution.hxx
+include/openturns/ProbabilitySimulationAlgorithm.hxx
+include/openturns/ProbabilitySimulationResult.hxx
+include/openturns/Process.hxx
+include/openturns/ProcessImplementation.hxx
+include/openturns/ProcessSample.hxx
+include/openturns/ProcessSampleImplementation.hxx
+include/openturns/ProductCovarianceModel.hxx
+include/openturns/ProductDistribution.hxx
+include/openturns/ProductEvaluation.hxx
+include/openturns/ProductFunction.hxx
+include/openturns/ProductGradient.hxx
+include/openturns/ProductHessian.hxx
+include/openturns/ProductPolynomialEvaluation.hxx
+include/openturns/ProductPolynomialGradient.hxx
+include/openturns/ProductPolynomialHessian.hxx
+include/openturns/ProductUniVariateFunctionEvaluation.hxx
+include/openturns/ProductUniVariateFunctionGradient.hxx
+include/openturns/ProductUniVariateFunctionHessian.hxx
+include/openturns/ProjectionStrategy.hxx
+include/openturns/ProjectionStrategyImplementation.hxx
+%%PYTHON%%include/openturns/PythonDistribution.hxx
+%%PYTHON%%include/openturns/PythonEvaluation.hxx
+%%PYTHON%%include/openturns/PythonExperiment.hxx
+%%PYTHON%%include/openturns/PythonFieldFunction.hxx
+%%PYTHON%%include/openturns/PythonFieldToPointFunction.hxx
+%%PYTHON%%include/openturns/PythonGradient.hxx
+%%PYTHON%%include/openturns/PythonHessian.hxx
+%%PYTHON%%include/openturns/PythonPointToFieldFunction.hxx
+%%PYTHON%%include/openturns/PythonRandomVectorImplementation.hxx
+%%PYTHON%%include/openturns/PythonWrappingFunctions.hxx
+include/openturns/QRMethod.hxx
+include/openturns/QuadrantSampling.hxx
+include/openturns/QuadraticBasisFactory.hxx
+include/openturns/QuadraticEvaluation.hxx
+include/openturns/QuadraticFunction.hxx
+include/openturns/QuadraticLeastSquares.hxx
+include/openturns/QuadraticTaylor.hxx
+include/openturns/RandomDirection.hxx
+include/openturns/RandomGenerator.hxx
+include/openturns/RandomGeneratorState.hxx
+include/openturns/RandomMixture.hxx
+include/openturns/RandomVector.hxx
+include/openturns/RandomVectorImplementation.hxx
+include/openturns/RandomWalk.hxx
+include/openturns/RandomWalkMetropolisHastings.hxx
+include/openturns/RankMCovarianceModel.hxx
+include/openturns/RatioDistribution.hxx
+include/openturns/Rayleigh.hxx
+include/openturns/RayleighFactory.hxx
+include/openturns/RegularGrid.hxx
+include/openturns/RegularGridEnclosingSimplex.hxx
+include/openturns/RegularGridNearestNeighbour.hxx
+include/openturns/ResourceMap.hxx
+include/openturns/ReverseHaltonSequence.hxx
+include/openturns/Rfunctions.hxx
+include/openturns/Rice.hxx
+include/openturns/RiceFactory.hxx
+include/openturns/RiskyAndFast.hxx
+include/openturns/RootStrategy.hxx
+include/openturns/RootStrategyImplementation.hxx
+include/openturns/RosenblattEvaluation.hxx
+include/openturns/RungeKutta.hxx
+include/openturns/SORM.hxx
+include/openturns/SORMResult.hxx
+include/openturns/SQP.hxx
+include/openturns/SVDMethod.hxx
+include/openturns/SafeAndSlow.hxx
+include/openturns/SaltelliSensitivityAlgorithm.hxx
+include/openturns/Sample.hxx
+include/openturns/SampleImplementation.hxx
+include/openturns/SamplingStrategy.hxx
+include/openturns/SamplingStrategyImplementation.hxx
+include/openturns/Secant.hxx
+include/openturns/SequentialStrategy.hxx
+include/openturns/SharedPointer.hxx
+include/openturns/SimulatedAnnealingLHS.hxx
+include/openturns/SimulationAlgorithm.hxx
+include/openturns/SimulationResult.hxx
+include/openturns/SimulationSensitivityAnalysis.hxx
+include/openturns/Skellam.hxx
+include/openturns/SkellamFactory.hxx
+include/openturns/SklarCopula.hxx
+include/openturns/SmoothedUniform.hxx
+include/openturns/SobolIndicesAlgorithm.hxx
+include/openturns/SobolIndicesAlgorithmImplementation.hxx
+include/openturns/SobolIndicesExperiment.hxx
+include/openturns/SobolSequence.hxx
+include/openturns/SobolSimulationAlgorithm.hxx
+include/openturns/SobolSimulationResult.hxx
+include/openturns/SoizeGhanemFactorEvaluation.hxx
+include/openturns/SoizeGhanemFactory.hxx
+include/openturns/Solver.hxx
+include/openturns/SolverImplementation.hxx
+include/openturns/SpaceFilling.hxx
+include/openturns/SpaceFillingC2.hxx
+include/openturns/SpaceFillingImplementation.hxx
+include/openturns/SpaceFillingMinDist.hxx
+include/openturns/SpaceFillingPhiP.hxx
+include/openturns/SparseMethod.hxx
+include/openturns/SpecFunc.hxx
+include/openturns/SpectralGaussianProcess.hxx
+include/openturns/SpectralModel.hxx
+include/openturns/SpectralModelFactory.hxx
+include/openturns/SpectralModelFactoryImplementation.hxx
+include/openturns/SpectralModelImplementation.hxx
+include/openturns/SphereUniformNorm.hxx
+include/openturns/SphereUniformNormImplementation.hxx
+include/openturns/SphericalModel.hxx
+include/openturns/SquareComplexMatrix.hxx
+include/openturns/SquareMatrix.hxx
+include/openturns/SquaredExponential.hxx
+include/openturns/Staircase.hxx
+include/openturns/StandardDistributionPolynomialFactory.hxx
+include/openturns/StandardEvent.hxx
+include/openturns/StationaryCovarianceModel.hxx
+include/openturns/StationaryCovarianceModelFactory.hxx
+include/openturns/StorageManager.hxx
+include/openturns/StratifiedExperiment.hxx
+include/openturns/StrongMaximumTest.hxx
+include/openturns/Student.hxx
+include/openturns/StudentFactory.hxx
+include/openturns/StudentFunctions.hxx
+include/openturns/Study.hxx
+include/openturns/SubsetSampling.hxx
+include/openturns/SubsetSamplingResult.hxx
+include/openturns/SymbolicEvaluation.hxx
+include/openturns/SymbolicFunction.hxx
+include/openturns/SymbolicGradient.hxx
+include/openturns/SymbolicHessian.hxx
+include/openturns/SymbolicParser.hxx
+include/openturns/SymbolicParserImplementation.hxx
+include/openturns/SymmetricMatrix.hxx
+include/openturns/SymmetricTensor.hxx
+include/openturns/TBB.hxx
+include/openturns/TNC.hxx
+include/openturns/TTY.hxx
+include/openturns/TaylorExpansionMoments.hxx
+include/openturns/TemperatureProfile.hxx
+include/openturns/TemperatureProfileImplementation.hxx
+include/openturns/Tensor.hxx
+include/openturns/TensorApproximationAlgorithm.hxx
+include/openturns/TensorApproximationResult.hxx
+include/openturns/TensorImplementation.hxx
+include/openturns/TensorizedCovarianceModel.hxx
+include/openturns/TensorizedUniVariateFunctionFactory.hxx
+include/openturns/TestResult.hxx
+include/openturns/Text.hxx
+include/openturns/ThreeDVAR.hxx
+include/openturns/TimeSeries.hxx
+include/openturns/TranslationEvaluation.hxx
+include/openturns/TranslationFunction.hxx
+include/openturns/Trapezoidal.hxx
+include/openturns/TrapezoidalFactory.hxx
+include/openturns/TrendEvaluation.hxx
+include/openturns/TrendFactory.hxx
+include/openturns/TrendTransform.hxx
+include/openturns/Triangular.hxx
+include/openturns/TriangularComplexMatrix.hxx
+include/openturns/TriangularFactory.hxx
+include/openturns/TriangularMatrix.hxx
+include/openturns/TruncatedDistribution.hxx
+include/openturns/TruncatedNormal.hxx
+include/openturns/TruncatedNormalFactory.hxx
+include/openturns/Tuples.hxx
+include/openturns/TypedCollectionInterfaceObject.hxx
+include/openturns/TypedInterfaceObject.hxx
+include/openturns/UniVariateFunction.hxx
+include/openturns/UniVariateFunctionEvaluation.hxx
+include/openturns/UniVariateFunctionFactory.hxx
+include/openturns/UniVariateFunctionFamily.hxx
+include/openturns/UniVariateFunctionImplementation.hxx
+include/openturns/UniVariatePolynomial.hxx
+include/openturns/UniVariatePolynomialImplementation.hxx
+include/openturns/Uniform.hxx
+include/openturns/UniformFactory.hxx
+include/openturns/UserDefined.hxx
+include/openturns/UserDefinedCovarianceModel.hxx
+include/openturns/UserDefinedFactory.hxx
+include/openturns/UserDefinedSpectralModel.hxx
+include/openturns/UserDefinedStationaryCovarianceModel.hxx
+include/openturns/UsualRandomVector.hxx
+include/openturns/ValueFunction.hxx
+include/openturns/VertexValueFunction.hxx
+include/openturns/VisualTest.hxx
+include/openturns/VonMises.hxx
+include/openturns/Weibull.hxx
+include/openturns/WeibullFactory.hxx
+include/openturns/WeibullMuSigma.hxx
+include/openturns/WeightedExperiment.hxx
+include/openturns/WeightedExperimentImplementation.hxx
+include/openturns/WelchFactory.hxx
+include/openturns/WhiteNoise.hxx
+include/openturns/WhittleFactory.hxx
+include/openturns/WhittleFactoryState.hxx
+include/openturns/Wilks.hxx
+include/openturns/Wishart.hxx
+include/openturns/XMLStorageManager.hxx
+include/openturns/XMLToolbox.hxx
+include/openturns/ZipfMandelbrot.hxx
+include/openturns/csv_parser_state.hxx
+%%PYTHON%%include/openturns/swig/ANCOVA.i
+%%PYTHON%%include/openturns/swig/ANCOVA_doc.i
+%%PYTHON%%include/openturns/swig/ARMA.i
+%%PYTHON%%include/openturns/swig/ARMACoefficients.i
+%%PYTHON%%include/openturns/swig/ARMACoefficients_doc.i
+%%PYTHON%%include/openturns/swig/ARMAFactory.i
+%%PYTHON%%include/openturns/swig/ARMAFactoryImplementation.i
+%%PYTHON%%include/openturns/swig/ARMAFactoryImplementation_doc.i
+%%PYTHON%%include/openturns/swig/ARMAFactory_doc.i
+%%PYTHON%%include/openturns/swig/ARMALikelihoodFactory.i
+%%PYTHON%%include/openturns/swig/ARMALikelihoodFactory_doc.i
+%%PYTHON%%include/openturns/swig/ARMAState.i
+%%PYTHON%%include/openturns/swig/ARMAState_doc.i
+%%PYTHON%%include/openturns/swig/ARMA_doc.i
+%%PYTHON%%include/openturns/swig/AbdoRackwitz.i
+%%PYTHON%%include/openturns/swig/AbdoRackwitz_doc.i
+%%PYTHON%%include/openturns/swig/AbsoluteExponential.i
+%%PYTHON%%include/openturns/swig/AbsoluteExponential_doc.i
+%%PYTHON%%include/openturns/swig/AdaptiveDirectionalSampling.i
+%%PYTHON%%include/openturns/swig/AdaptiveDirectionalSampling_doc.i
+%%PYTHON%%include/openturns/swig/AdaptiveStieltjesAlgorithm.i
+%%PYTHON%%include/openturns/swig/AdaptiveStieltjesAlgorithm_doc.i
+%%PYTHON%%include/openturns/swig/AdaptiveStrategy.i
+%%PYTHON%%include/openturns/swig/AdaptiveStrategyImplementation.i
+%%PYTHON%%include/openturns/swig/AdaptiveStrategyImplementation_doc.i
+%%PYTHON%%include/openturns/swig/AdaptiveStrategy_doc.i
+%%PYTHON%%include/openturns/swig/AggregatedEvaluation.i
+%%PYTHON%%include/openturns/swig/AggregatedEvaluation_doc.i
+%%PYTHON%%include/openturns/swig/AggregatedFunction.i
+%%PYTHON%%include/openturns/swig/AggregatedFunction_doc.i
+%%PYTHON%%include/openturns/swig/AggregatedProcess.i
+%%PYTHON%%include/openturns/swig/AggregatedProcess_doc.i
+%%PYTHON%%include/openturns/swig/AliMikhailHaqCopula.i
+%%PYTHON%%include/openturns/swig/AliMikhailHaqCopulaFactory.i
+%%PYTHON%%include/openturns/swig/AliMikhailHaqCopulaFactory_doc.i
+%%PYTHON%%include/openturns/swig/AliMikhailHaqCopula_doc.i
+%%PYTHON%%include/openturns/swig/Analytical.i
+%%PYTHON%%include/openturns/swig/AnalyticalResult.i
+%%PYTHON%%include/openturns/swig/AnalyticalResult_doc.i
+%%PYTHON%%include/openturns/swig/Analytical_doc.i
+%%PYTHON%%include/openturns/swig/ApproximationAlgorithm.i
+%%PYTHON%%include/openturns/swig/ApproximationAlgorithmImplementation.i
+%%PYTHON%%include/openturns/swig/ApproximationAlgorithmImplementationFactory.i
+%%PYTHON%%include/openturns/swig/ApproximationAlgorithmImplementationFactory_doc.i
+%%PYTHON%%include/openturns/swig/ApproximationAlgorithmImplementation_doc.i
+%%PYTHON%%include/openturns/swig/ApproximationAlgorithm_doc.i
+%%PYTHON%%include/openturns/swig/ArchimedeanCopula.i
+%%PYTHON%%include/openturns/swig/ArchimedeanCopula_doc.i
+%%PYTHON%%include/openturns/swig/Arcsine.i
+%%PYTHON%%include/openturns/swig/ArcsineFactory.i
+%%PYTHON%%include/openturns/swig/ArcsineFactory_doc.i
+%%PYTHON%%include/openturns/swig/ArcsineMuSigma.i
+%%PYTHON%%include/openturns/swig/ArcsineMuSigma_doc.i
+%%PYTHON%%include/openturns/swig/Arcsine_doc.i
+%%PYTHON%%include/openturns/swig/Axial.i
+%%PYTHON%%include/openturns/swig/Axial_doc.i
+%%PYTHON%%include/openturns/swig/BLUE.i
+%%PYTHON%%include/openturns/swig/BLUE_doc.i
+%%PYTHON%%include/openturns/swig/BarPlot.i
+%%PYTHON%%include/openturns/swig/BarPlot_doc.i
+%%PYTHON%%include/openturns/swig/BaseAlgoTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseCommonTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseDiffTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseExperimentTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseFuncCollection.i
+%%PYTHON%%include/openturns/swig/BaseFuncTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseGeomTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseGraphTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseOptimTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseSolverTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseStatisticsTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseTemplateDefs.i
+%%PYTHON%%include/openturns/swig/BaseTypCollection.i
+%%PYTHON%%include/openturns/swig/BaseTypTemplateDefs.i
+%%PYTHON%%include/openturns/swig/Basis.i
+%%PYTHON%%include/openturns/swig/BasisFactory.i
+%%PYTHON%%include/openturns/swig/BasisFactory_doc.i
+%%PYTHON%%include/openturns/swig/BasisImplementation.i
+%%PYTHON%%include/openturns/swig/BasisImplementation_doc.i
+%%PYTHON%%include/openturns/swig/BasisSequence.i
+%%PYTHON%%include/openturns/swig/BasisSequenceFactory.i
+%%PYTHON%%include/openturns/swig/BasisSequenceFactoryImplementation.i
+%%PYTHON%%include/openturns/swig/BasisSequenceFactoryImplementation_doc.i
+%%PYTHON%%include/openturns/swig/BasisSequenceFactory_doc.i
+%%PYTHON%%include/openturns/swig/BasisSequenceImplementation.i
+%%PYTHON%%include/openturns/swig/BasisSequenceImplementation_doc.i
+%%PYTHON%%include/openturns/swig/BasisSequence_doc.i
+%%PYTHON%%include/openturns/swig/Basis_doc.i
+%%PYTHON%%include/openturns/swig/BayesDistribution.i
+%%PYTHON%%include/openturns/swig/BayesDistribution_doc.i
+%%PYTHON%%include/openturns/swig/Bernoulli.i
+%%PYTHON%%include/openturns/swig/BernoulliFactory.i
+%%PYTHON%%include/openturns/swig/BernoulliFactory_doc.i
+%%PYTHON%%include/openturns/swig/Bernoulli_doc.i
+%%PYTHON%%include/openturns/swig/BernsteinCopulaFactory.i
+%%PYTHON%%include/openturns/swig/BernsteinCopulaFactory_doc.i
+%%PYTHON%%include/openturns/swig/Beta.i
+%%PYTHON%%include/openturns/swig/BetaFactory.i
+%%PYTHON%%include/openturns/swig/BetaFactory_doc.i
+%%PYTHON%%include/openturns/swig/BetaMuSigma.i
+%%PYTHON%%include/openturns/swig/BetaMuSigma_doc.i
+%%PYTHON%%include/openturns/swig/Beta_doc.i
+%%PYTHON%%include/openturns/swig/Binomial.i
+%%PYTHON%%include/openturns/swig/BinomialFactory.i
+%%PYTHON%%include/openturns/swig/BinomialFactory_doc.i

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905270334.x4R3YWK5058449>