CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
vector.hpp File Reference

File used to define CppAD::vector and CppAD::vectorBool. More...

Go to the source code of this file.

Classes

class  CppAD::vector< Type >
 The CppAD Simple Vector template class. More...
 
class  CppAD::vectorBool
 
class  CppAD::vectorBoolElement
 Class that is used to hold a non-constant element of a vector. More...
 

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 

Functions

template<class Type >
std::ostream & CppAD::operator<< (std::ostream &os, const CppAD::vector< Type > &vec)
 output a vector More...
 
std::ostream & CppAD::operator<< (std::ostream &os, const vectorBool &v)
 output a vector More...
 

Detailed Description

File used to define CppAD::vector and CppAD::vectorBool.

Definition in file vector.hpp.