|
| SACADO_INLINE_FUNCTION view_fad_type * | operator-> () |
| |
| SACADO_INLINE_FUNCTION view_fad_type & | operator* () |
| |
| SACADO_INLINE_FUNCTION | ViewFad (const StorageType &s) |
| | Constructor with supplied storage s.
|
| |
| SACADO_INLINE_FUNCTION | ViewFad (T *v, const int arg_size=0, const int arg_stride=0) |
| | View-specific constructor.
|
| |
| SACADO_INLINE_FUNCTION | ViewFad (T *dx_ptr, T *val_ptr, const int arg_size=0, const int arg_stride=0) |
| | View-specific constructor.
|
| |
| SACADO_INLINE_FUNCTION | ~ViewFad () |
| | Destructor.
|
| |
| SACADO_INLINE_FUNCTION | ViewFad (const StorageType &s) |
| | Constructor with supplied storage s.
|
| |
| SACADO_INLINE_FUNCTION | ViewFad (T *v, const int arg_size=0, const int arg_stride=0) |
| | View-specific constructor.
|
| |
| SACADO_INLINE_FUNCTION | ViewFad (T *dx_ptr, T *val_ptr, const int arg_size=0, const int arg_stride=0) |
| | View-specific constructor.
|
| |
| SACADO_INLINE_FUNCTION | ~ViewFad () |
| | Destructor.
|
| |
template<typename
T, unsigned sl, unsigned ss, typename U>
class Sacado::FAD_NS::ViewFadPtr< T, sl, ss, U >
Definition at line 256 of file Sacado_Fad_ViewFad_tmpl.hpp.