~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to lib/src/Base/Func/ComputedNumericalMathHessianImplementation.hxx

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2008-11-18 06:32:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118063222-pa0qncclrerrqkg2
Tags: 0.12.2-1
* New upstream release
* Bug fix: "New upstream release available (0.12.2)", thanks to Jerome
  Robert (Closes: #506005).
* Applied patch by J. Robert.
* debian/control: build-depends on libxml2

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21
21
 *
22
22
 *  @author: $LastChangedBy: dutka $
23
 
 *  @date:   $LastChangedDate: 2008-06-26 13:50:17 +0200 (jeu, 26 jun 2008) $
24
 
 *  Id:      $Id: ComputedNumericalMathHessianImplementation.hxx 862 2008-06-26 11:50:17Z dutka $
 
23
 *  @date:   $LastChangedDate: 2008-10-17 14:26:02 +0200 (ven 17 oct 2008) $
 
24
 *  Id:      $Id: ComputedNumericalMathHessianImplementation.hxx 974 2008-10-17 12:26:02Z dutka $
25
25
 */
26
26
#ifndef OPENTURNS_COMPUTEDNUMERICALMATHHESSIANIMPLEMENTATION_HXX
27
27
#define OPENTURNS_COMPUTEDNUMERICALMATHHESSIANIMPLEMENTATION_HXX
57
57
      public:
58
58
 
59
59
        /* Some typedefs to ease reading */
60
 
        typedef Common::WrapperFile WrapperFile;
61
 
        typedef Common::WrapperInternalException WrapperInternalException;
 
60
        typedef Common::WrapperInternalException                             WrapperInternalException;
62
61
        typedef NumericalMathHessianImplementation::InvalidArgumentException InvalidArgumentException;
63
 
        typedef NumericalMathHessianImplementation::InternalException InternalException;
64
 
        typedef Common::Pointer<WrapperObject> InternalHessian;
65
 
        typedef NumericalMathHessianImplementation::NumericalPoint NumericalPoint;
66
 
        typedef NumericalMathHessianImplementation::SymmetricTensor SymmetricTensor;
 
62
        typedef NumericalMathHessianImplementation::InternalException        InternalException;
 
63
        typedef Common::Pointer<WrapperObject>                               InternalHessian;
 
64
        typedef NumericalMathHessianImplementation::NumericalPoint           NumericalPoint;
 
65
        typedef NumericalMathHessianImplementation::SymmetricTensor          SymmetricTensor;
67
66
 
68
67
        /** Default constructor */
69
68
        ComputedNumericalMathHessianImplementation(const String & name, const WrapperFile & file, void * p_state = 0)