|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Sacado_Fad_Exp_ViewFad.hpp>

Public Types | |
| typedef ViewFad< T, sl, ss, U > | view_fad_type |
Public Types inherited from Sacado::Fad::Exp::GeneralFad< Storage > | |
| typedef Storage | StorageType |
| Storage type. More... | |
| typedef Expr< GeneralFad < Storage > > | ExprType |
| Expression type. More... | |
| typedef Extender< Storage > | ExtenderType |
| Extender type. More... | |
| typedef ScalarType< value_type > ::type | scalar_type |
| Typename of scalar's (which may be different from T) More... | |
Public Types inherited from Sacado::Fad::Exp::Expr< GeneralFad< Storage > > | |
| typedef GeneralFad< Storage > | derived_type |
| Typename of derived object, returned by derived() More... | |
Public Types inherited from Sacado::Fad::Exp::Extender< Storage > | |
| typedef ExprSpecDefault | expr_spec_type |
Public Member Functions | |
| SACADO_INLINE_FUNCTION view_fad_type * | operator-> () |
| SACADO_INLINE_FUNCTION view_fad_type & | operator* () |
Public Member Functions inherited from Sacado::Fad::Exp::GeneralFad< Storage > | |
| SACADO_DEFAULTED_FUNCTION | GeneralFad ()=default |
| Default constructor. More... | |
| SACADO_DEFAULTED_FUNCTION | GeneralFad (const GeneralFad &x)=default |
| Copy constructor. More... | |
| SACADO_DEFAULTED_FUNCTION | GeneralFad (GeneralFad &&x)=default |
| Move constructor. More... | |
| template<typename S > | |
| SACADO_INLINE_FUNCTION | GeneralFad (const S &x, SACADO_EXP_ENABLE_VALUE_CTOR_DECL) |
| Constructor with value (disabled for ViewFad) More... | |
| template<typename S > | |
| SACADO_INLINE_FUNCTION | GeneralFad (const Expr< S > &x, SACADO_EXP_ENABLE_EXPR_CTOR_DECL) |
| Copy constructor from any Expression object (disabled for ViewFad) More... | |
| SACADO_DEFAULTED_FUNCTION | ~GeneralFad ()=default |
| Destructor. More... | |
| SACADO_INLINE_FUNCTION void | diff (const int ith, const int n) |
Set GeneralFad object as the ith independent variable. More... | |
| SACADO_INLINE_FUNCTION void | setUpdateValue (bool update_val) |
| Set whether this Fad object should update values. More... | |
| SACADO_INLINE_FUNCTION bool | updateValue () const |
| Return whether this Fad object has an updated value. More... | |
| SACADO_INLINE_FUNCTION void | cache () const |
| Cache values. More... | |
| template<typename S > | |
| SACADO_INLINE_FUNCTION | SACADO_EXP_ENABLE_EXPR_FUNC (bool) isEqualTo(const Expr< S > &xx) const |
| Returns whether two Fad objects have the same values. More... | |
| SACADO_INLINE_FUNCTION int | availableSize () const |
| Returns number of derivative components that can be stored without reallocation. More... | |
| SACADO_INLINE_FUNCTION bool | hasFastAccess () const |
| Returns true if derivative array is not empty. More... | |
| SACADO_INLINE_FUNCTION void | setIsConstant (bool is_const) |
| Set whether variable is constant. More... | |
| template<typename S > | |
| SACADO_INLINE_FUNCTION | SACADO_ENABLE_VALUE_FUNC (GeneralFad &) operator |
| Assignment operator with constant right-hand-side. More... | |
| SACADO_DEFAULTED_FUNCTION GeneralFad & | operator= (GeneralFad &&x)=default |
| Move assignment with GeneralFad right-hand-side. More... | |
Public Member Functions inherited from Sacado::Fad::Exp::Expr< GeneralFad< Storage > > | |
| SACADO_INLINE_FUNCTION const derived_type & | derived () const |
| Return derived object. More... | |
| SACADO_INLINE_FUNCTION const volatile derived_type & | derived () const volatile |
| Return derived object. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from Sacado::Fad::Exp::GeneralFad< Storage > | |
| static constexpr bool | is_view = Storage::is_view |
| Whether we are a view. More... | |
Definition at line 31 of file Sacado_Fad_Exp_ViewFad.hpp.
| typedef ViewFad<T,sl,ss,U> Sacado::Fad::Exp::ViewFadPtr< T, sl, ss, U >::view_fad_type |
Definition at line 35 of file Sacado_Fad_Exp_ViewFad.hpp.
|
inline |
Definition at line 42 of file Sacado_Fad_Exp_ViewFad.hpp.
|
inline |
Definition at line 46 of file Sacado_Fad_Exp_ViewFad.hpp.
1.8.5