Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations
Sacado_Fad_Vector.hpp File Reference
#include <vector>
#include "Sacado_Fad_DVFad.hpp"
#include "Sacado_Fad_VectorImp.hpp"
Include dependency graph for Sacado_Fad_Vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sacado::Fad::Vector< OrdinalType, FadType >
 A class for storing a contiguously allocated array of Fad objects. This is a general definition that will work for all Fad types, and is merely a wrapper around std::vector. A specialization for Sacado::Fad::DVFad providing contiguous allocation of values and derivatives is below. More...
 
class  Sacado::Fad::Vector< OrdinalType, Sacado::Fad::DVFad< ValueType > >
 A class for storing a contiguously allocated array of Fad objects where the values and derivative arrays for each Fad object are stored in contiguous memory. To preserve this structure, many vector operations aren't supported (like resizing). More...
 

Namespaces

 Sacado
 
 Sacado::Fad
 Namespace for forward-mode AD classes.
 

Enumerations

enum  Sacado::Fad::VectorDerivOrientation { Sacado::Fad::Row, Sacado::Fad::Column }