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

« back to all changes in this revision

Viewing changes to lib/src/Base/Diff/CenteredFiniteDifferenceGradient.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:
22
22
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23
23
 *
24
24
 *  @author: $LastChangedBy: dutka $
25
 
 *  @date:   $LastChangedDate: 2007-05-24 12:02:17 +0200 (jeu, 24 mai 2007) $
26
 
 *  Id:      $Id: CenteredFiniteDifferenceGradient.hxx 446 2007-05-24 10:02:17Z dutka $
 
25
 *  @date:   $LastChangedDate: 2008-10-31 11:52:04 +0100 (ven 31 oct 2008) $
 
26
 *  Id:      $Id: CenteredFiniteDifferenceGradient.hxx 995 2008-10-31 10:52:04Z dutka $
27
27
 */
28
28
#ifndef OPENTURNS_CENTEREDFINITEDIFFERENCEGRADIENT_HXX
29
29
#define OPENTURNS_CENTEREDFINITEDIFFERENCEGRADIENT_HXX
68
68
        typedef Common::Pointer<Func::NumericalMathEvaluationImplementation>          EvaluationImplementation;
69
69
 
70
70
        /** Default constructor */
71
 
        CenteredFiniteDifferenceGradient(const String & name = OT::DefaultName);
 
71
        CenteredFiniteDifferenceGradient();
72
72
 
73
73
        /** Parameter constructor */
74
74
        CenteredFiniteDifferenceGradient(const NumericalPoint & epsilon,
75
 
                                         const EvaluationImplementation & p_evaluation,
76
 
                                         const String & name = OT::DefaultName)
 
75
                                         const EvaluationImplementation & p_evaluation)
77
76
          throw(InvalidDimensionException);
78
77
 
79
78
        /** Second parameter constructor */
80
79
        CenteredFiniteDifferenceGradient(const NumericalScalar epsilon,
81
 
                                         const EvaluationImplementation & p_evaluation,
82
 
                                         const String & name = OT::DefaultName)
 
80
                                         const EvaluationImplementation & p_evaluation)
83
81
          throw(InvalidDimensionException);
84
82
 
85
83
        /** Virtual constructor */