Go to the source code of this file.
Namespaces | |
| namespace | CppAD |
Functions | |
| adouble | CppAD::CondExpOp (enum CppAD::CompareOp cop, const adouble &left, const adouble &right, const adouble &trueCase, const adouble &falseCase) |
| bool | CppAD::EqualOpSeq (const adouble &x, const adouble &y) |
| bool | CppAD::IdenticalPar (const adouble &x) |
| bool | CppAD::IdenticalZero (const adouble &x) |
| bool | CppAD::IdenticalOne (const adouble &x) |
| bool | CppAD::IdenticalEqualPar (const adouble &x, const adouble &y) |
| bool | GreaterThanZero (const adouble &x) |
| bool | GreaterThanOrZero (const adouble &x) |
| bool | LessThanZero (const adouble &x) |
| bool | LessThanOrZero (const adouble &x) |
| int | Integer (const adouble &x) |
| bool GreaterThanZero | ( | const adouble & | x | ) | [inline] |
Definition at line 184 of file base_adolc.hpp.
| bool GreaterThanOrZero | ( | const adouble & | x | ) | [inline] |
Definition at line 186 of file base_adolc.hpp.
| bool LessThanZero | ( | const adouble & | x | ) | [inline] |
Definition at line 188 of file base_adolc.hpp.
| bool LessThanOrZero | ( | const adouble & | x | ) | [inline] |
Definition at line 190 of file base_adolc.hpp.
| int Integer | ( | const adouble & | x | ) | [inline] |
Definition at line 196 of file base_adolc.hpp.
1.6.1