
Go to the source code of this file.
Functions | |
| double | f (const Vector2 &x) |
| double | f2 (const Vector2 &x) |
| double | f3 (double x1, double x2) |
| double | f4 (double x, double y, double z) |
| Vector6 | f6 (const double x1, const double x2, const double x3, const double x4, const double x5, const double x6) |
| Vector | g6 (const double x1, const double x2, const double x3, const double x4, const double x5, const double x6) |
| int | main () |
| TEST (testNumericalDerivative, numericalGradient) | |
| TEST (testNumericalDerivative, numericalHessian) | |
| TEST (testNumericalDerivative, numericalHessian2) | |
| TEST (testNumericalDerivative, numericalHessian211) | |
| TEST (testNumericalDerivative, numericalHessian212) | |
| TEST (testNumericalDerivative, numericalHessian311) | |
| TEST (testNumericalDerivative, numeriDerivative61) | |
| TEST (testNumericalDerivative, numeriDerivative62) | |
| TEST (testNumericalDerivative, numeriDerivative63) | |
| TEST (testNumericalDerivative, numeriDerivative64) | |
| TEST (testNumericalDerivative, numeriDerivative65) | |
| TEST (testNumericalDerivative, numeriDerivative66) | |
Definition in file testNumericalDerivative.cpp.
| double f | ( | const Vector2 & | x | ) |
Definition at line 27 of file testNumericalDerivative.cpp.
| double f2 | ( | const Vector2 & | x | ) |
Definition at line 58 of file testNumericalDerivative.cpp.
| double f3 | ( | double | x1, |
| double | x2 | ||
| ) |
Definition at line 78 of file testNumericalDerivative.cpp.
| double f4 | ( | double | x, |
| double | y, | ||
| double | z | ||
| ) |
Definition at line 107 of file testNumericalDerivative.cpp.
| Vector6 f6 | ( | const double | x1, |
| const double | x2, | ||
| const double | x3, | ||
| const double | x4, | ||
| const double | x5, | ||
| const double | x6 | ||
| ) |
Definition at line 141 of file testNumericalDerivative.cpp.
| Vector g6 | ( | const double | x1, |
| const double | x2, | ||
| const double | x3, | ||
| const double | x4, | ||
| const double | x5, | ||
| const double | x6 | ||
| ) |
Definition at line 148 of file testNumericalDerivative.cpp.
| int main | ( | ) |
Definition at line 275 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numericalGradient | |||
| ) |
Definition at line 34 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numericalHessian | |||
| ) |
Definition at line 46 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numericalHessian2 | |||
| ) |
Definition at line 65 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numericalHessian211 | |||
| ) |
Definition at line 84 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numericalHessian212 | |||
| ) |
Definition at line 100 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numericalHessian311 | |||
| ) |
Definition at line 113 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numeriDerivative61 | |||
| ) |
Definition at line 157 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numeriDerivative62 | |||
| ) |
Definition at line 177 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numeriDerivative63 | |||
| ) |
Definition at line 196 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numeriDerivative64 | |||
| ) |
Definition at line 216 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numeriDerivative65 | |||
| ) |
Definition at line 236 of file testNumericalDerivative.cpp.
| TEST | ( | testNumericalDerivative | , |
| numeriDerivative66 | |||
| ) |
Definition at line 256 of file testNumericalDerivative.cpp.