|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
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 |
Files | |
| file | vector.hpp |
File used to define CppAD::vector and CppAD::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 | |