#include <Sacado_Fad_DynamicStorage.hpp>
Inheritance diagram for Sacado::Fad::DynamicStorage< T, S >:


Public Member Functions | |
| DynamicStorage (const T &x) | |
| Default constructor. | |
| DynamicStorage (const int sz, const T &x) | |
Constructor with size sz. | |
| DynamicStorage (const DynamicStorage &x) | |
| Copy constructor. | |
| ~DynamicStorage () | |
| Destructor. | |
| DynamicStorage & | operator= (const DynamicStorage &x) |
| Assignment. | |
| int | size () const |
| Returns number of derivative components. | |
| void | resize (int sz) |
| Resize the derivative array to sz. | |
| void | zero () |
| Zero out derivative array. | |
Public Attributes | |
| T | val_ |
| Value. | |
| int | sz_ |
| Derivative array size. | |
| int | len_ |
| Derivative array length. | |
| S * | dx_ |
| Derivative array. | |
| Sacado::Fad::DynamicStorage< T, S >::DynamicStorage | ( | const int | sz, | |
| const T & | x | |||
| ) | [inline] |
Constructor with size sz.
Initializes derivative array 0 of length sz
1.4.7