#include <fvar.hpp>


| prevariable::prevariable | ( | void | ) | [inline, protected] |
| prevariable::prevariable | ( | double_and_int * | u | ) | [inline, protected] |
| void prevariable::save_prevariable_position | ( | void | ) | const |
| prevariable_position prevariable::restore_prevariable_position | ( | void | ) |
| void prevariable::save_prevariable_value | ( | void | ) | const |
| double prevariable::restore_prevariable_value | ( | void | ) |
| double prevariable::restore_prevariable_derivative | ( | void | ) |
| double* prevariable::xadr | ( | ) | [inline] |
| double& prevariable::xval | ( | ) | [inline] |
| double_and_int* & prevariable::get_v | ( | void | ) | [inline] |
| double_and_int* prevariable::get_v | ( | void | ) | const [inline] |
| prevariable& prevariable::operator= | ( | const prevariable & | ) |
Reimplemented in dvariable, and funnel_dvariable.
| prevariable& prevariable::operator= | ( | double | ) |
Reimplemented in dvariable.
| int prevariable::operator== | ( | const prevariable & | v1 | ) | const |
| int prevariable::operator<= | ( | const prevariable & | v1 | ) | const |
| int prevariable::operator>= | ( | const prevariable & | v1 | ) | const |
| int prevariable::operator> | ( | const prevariable & | v1 | ) | const |
| int prevariable::operator< | ( | const prevariable & | v1 | ) | const |
| int prevariable::operator!= | ( | const prevariable & | v1 | ) | const |
| int prevariable::operator== | ( | double | v1 | ) | const |
| int prevariable::operator<= | ( | double | v1 | ) | const |
| int prevariable::operator>= | ( | double | v1 | ) | const |
| int prevariable::operator> | ( | double | v1 | ) | const |
| int prevariable::operator< | ( | double | v1 | ) | const |
| int prevariable::operator!= | ( | double | v1 | ) | const |
| void prevariable::initialize | ( | void | ) |
| void prevariable::operator+= | ( | const prevariable & | t1 | ) |
| void prevariable::operator+= | ( | double | t1 | ) |
| void prevariable::operator-= | ( | const prevariable & | t1 | ) |
| void prevariable::operator-= | ( | double | t1 | ) |
| void prevariable::operator/= | ( | const prevariable & | v1 | ) |
| void prevariable::operator/= | ( | double | v1 | ) |
| void prevariable::operator*= | ( | const prevariable & | v1 | ) |
| void prevariable::operator*= | ( | double | v1 | ) |
friend class dvar_vector_iterator [friend] |
friend class dvar_vector [friend] |
friend class dvar_matrix [friend] |
friend class dvar3_array [friend] |
friend class indvar_offset_list [friend] |
friend class gradient_structure [friend] |
friend class banded_symmetric_dvar_matrix [friend] |
friend class banded_lower_triangular_dvar_matrix [friend] |
| double_and_int* gradnew | ( | ) | [friend] |
| void make_indvar_list | ( | int | , | |
| dvariable * | ||||
| ) | [friend] |
| double& value | ( | const prevariable & | v1 | ) | [friend] |
| double* address | ( | const prevariable & | v1 | ) | [friend] |
| prevariable& operator* | ( | const prevariable & | v1, | |
| const prevariable & | v2 | |||
| ) | [friend] |
| prevariable& operator* | ( | double | v1, | |
| const prevariable & | v2 | |||
| ) | [friend] |
| prevariable& operator* | ( | const prevariable & | v1, | |
| double | v2 | |||
| ) | [friend] |
| prevariable& operator/ | ( | const prevariable & | t1, | |
| const prevariable & | t2 | |||
| ) | [friend] |
| prevariable& operator/ | ( | double | t1, | |
| const prevariable & | t2 | |||
| ) | [friend] |
| prevariable& operator/ | ( | const prevariable & | t1, | |
| double | t2 | |||
| ) | [friend] |
| prevariable& sin | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& fabs | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& sigmoid | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& sfabs | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& sqrt | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& sqr | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& exp | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& atan | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& tan | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& tanh | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& atan2 | ( | const prevariable & | t1, | |
| const prevariable & | t2 | |||
| ) | [friend] |
| prevariable& atan2 | ( | const prevariable & | t1, | |
| double | t2 | |||
| ) | [friend] |
| prevariable& atan2 | ( | double | t1, | |
| const prevariable & | t2 | |||
| ) | [friend] |
| prevariable& acos | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& asin | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& cos | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& sinh | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& cosh | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& log | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& log10 | ( | const prevariable & | t1 | ) | [friend] |
| prevariable& ldexp | ( | const prevariable & | , | |
| const int & | ||||
| ) | [friend] |
| char* fform | ( | const char * | , | |
| const prevariable & | ||||
| ) | [friend] |
| prevariable& operator+ | ( | const prevariable & | v1, | |
| const prevariable & | v2 | |||
| ) | [friend] |
| prevariable& operator+ | ( | double | v1, | |
| const prevariable & | v2 | |||
| ) | [friend] |
| prevariable& operator+ | ( | const prevariable & | v1, | |
| double | v2 | |||
| ) | [friend] |
| prevariable& operator- | ( | const prevariable & | v1 | ) | [friend] |
| prevariable& operator- | ( | const prevariable & | v1, | |
| const prevariable & | v2 | |||
| ) | [friend] |
| prevariable& operator- | ( | double | v1, | |
| const prevariable & | v2 | |||
| ) | [friend] |
| prevariable& operator- | ( | const prevariable & | v1, | |
| double | v2 | |||
| ) | [friend] |
| prevariable& pow | ( | const prevariable & | t1, | |
| const prevariable & | t2 | |||
| ) | [friend] |
| prevariable& pow | ( | const prevariable & | t1, | |
| double | t2 | |||
| ) | [friend] |
| prevariable& pow | ( | double | t1, | |
| const prevariable & | t2 | |||
| ) | [friend] |
1.5.6