CppAD: A C++ Algorithmic Differentiation Package
20130102
|
File used to define CppAD::vector and CppAD::vectorBool. More...
Go to the source code of this file.
Classes | |
class | vector< Type > |
The CppAD Simple Vector template class. More... | |
class | vectorBoolElement |
Class that is used to hold a non-constant element of a vector. More... | |
class | vectorBool |
Functions | |
template<class Type > | |
std::ostream & | operator<< (std::ostream &os, const CppAD::vector< Type > &vec) |
output a vector | |
std::ostream & | operator<< (std::ostream &os, const vectorBool &v) |
output a vector |
File used to define CppAD::vector and CppAD::vectorBool.
Definition in file vector.hpp.