Sacado::Fad::DMFad< ValueT, ValueT > Class Template Reference

Forward-mode AD class using dynamic memory allocation and expression templates. More...

#include <Sacado_Fad_DMFad.hpp>

Inheritance diagram for Sacado::Fad::DMFad< ValueT, ValueT >:

Inheritance graph
[legend]
List of all members.

Initialization methods

 DMFad ()
 Default constructor.
 DMFad (const ValueT &x)
 Constructor with supplied value x of type ValueT.
 DMFad (const int sz, const ValueT &x)
 Constructor with size sz and value x.
 DMFad (const int sz, const int i, const ValueT &x)
 Constructor with size sz, index i, and value x.
 DMFad (const DMFad &x)
 Copy constructor.
template<typename S>
 DMFad (const Expr< S > &x)
 Copy constructor from any Expression object.

Public Member Functions

 ~DMFad ()
 Destructor.
DMFadoperator= (const ValueT &val)
 Assignment operator with constant right-hand-side.
DMFadoperator= (const DMFad &x)
 Assignment operator with DMFad right-hand-side.
template<typename S>
DMFadoperator= (const Expr< S > &x)
 Assignment operator with any expression right-hand-side.

Static Public Member Functions

static void setDefaultPool (MemPool *pool)
 Set the default memory pool for new objects.

Detailed Description

template<typename ValueT>
class Sacado::Fad::DMFad< ValueT, ValueT >

Forward-mode AD class using dynamic memory allocation and expression templates.

This is the specialization of DMFad<ValueT,ScalarT> for when ValueT and ScalarT are the same type. It removes an extra constructor that would be duplicated in this case.

Definition at line 166 of file Sacado_Fad_DMFad.hpp.


Constructor & Destructor Documentation

template<typename ValueT>
Sacado::Fad::DMFad< ValueT, ValueT >::DMFad (  )  [inline]

Default constructor.

Initializes value to 0 and derivative array is empty

Definition at line 180 of file Sacado_Fad_DMFad.hpp.

template<typename ValueT>
Sacado::Fad::DMFad< ValueT, ValueT >::DMFad ( const ValueT &  x  )  [inline]

Constructor with supplied value x of type ValueT.

Initializes value to x and derivative array is empty

Definition at line 187 of file Sacado_Fad_DMFad.hpp.

template<typename ValueT>
Sacado::Fad::DMFad< ValueT, ValueT >::DMFad ( const int  sz,
const ValueT &  x 
) [inline]

Constructor with size sz and value x.

Initializes value to x and derivative array 0 of length sz

Definition at line 194 of file Sacado_Fad_DMFad.hpp.

template<typename ValueT>
Sacado::Fad::DMFad< ValueT, ValueT >::DMFad ( const int  sz,
const int  i,
const ValueT &  x 
) [inline]

Constructor with size sz, index i, and value x.

Initializes value to x and derivative array of length sz as row i of the identity matrix, i.e., sets derivative component i to 1 and all other's to zero.

Definition at line 203 of file Sacado_Fad_DMFad.hpp.

template<typename ValueT>
Sacado::Fad::DMFad< ValueT, ValueT >::DMFad ( const DMFad< ValueT, ValueT > &  x  )  [inline]

Copy constructor.

Definition at line 207 of file Sacado_Fad_DMFad.hpp.

template<typename ValueT>
template<typename S>
Sacado::Fad::DMFad< ValueT, ValueT >::DMFad ( const Expr< S > &  x  )  [inline]

Copy constructor from any Expression object.

Definition at line 211 of file Sacado_Fad_DMFad.hpp.

template<typename ValueT>
Sacado::Fad::DMFad< ValueT, ValueT >::~DMFad (  )  [inline]

Destructor.

Definition at line 217 of file Sacado_Fad_DMFad.hpp.


Member Function Documentation

template<typename ValueT>
DMFad& Sacado::Fad::DMFad< ValueT, ValueT >::operator= ( const ValueT &  val  )  [inline]

Assignment operator with constant right-hand-side.

Definition at line 220 of file Sacado_Fad_DMFad.hpp.

template<typename ValueT>
DMFad& Sacado::Fad::DMFad< ValueT, ValueT >::operator= ( const DMFad< ValueT, ValueT > &  x  )  [inline]

Assignment operator with DMFad right-hand-side.

Definition at line 226 of file Sacado_Fad_DMFad.hpp.

template<typename ValueT>
template<typename S>
DMFad& Sacado::Fad::DMFad< ValueT, ValueT >::operator= ( const Expr< S > &  x  )  [inline]

Assignment operator with any expression right-hand-side.

Definition at line 232 of file Sacado_Fad_DMFad.hpp.

template<typename ValueT>
static void Sacado::Fad::DMFad< ValueT, ValueT >::setDefaultPool ( MemPool pool  )  [inline, static]

Set the default memory pool for new objects.

Definition at line 239 of file Sacado_Fad_DMFad.hpp.


The documentation for this class was generated from the following file:
Generated on Tue Oct 20 12:55:13 2009 for Sacado Package Browser (Single Doxygen Collection) by doxygen 1.4.7