ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include "df12fun.h"
Go to the source code of this file.
Functions | |
df1_two_variable | atan (const df1_two_variable &x) |
Description not yet available. More... | |
df1_two_matrix | choleski_decomp (const df1_two_matrix &MM) |
Description not yet available. More... | |
df1_two_variable | exp (const df1_two_variable &x) |
Description not yet available. More... | |
df1_two_variable | fabs (const df1_two_variable &x) |
df1_two_variable | inv (const df1_two_variable &x) |
Description not yet available. More... | |
df1_two_variable | log (const df1_two_variable &x) |
Description not yet available. More... | |
df1_two_variable | operator* (const df1_two_variable &x, const df1_two_variable &y) |
Description not yet available. More... | |
df1_two_variable | operator* (double x, const df1_two_variable &y) |
Description not yet available. More... | |
df1_two_variable | operator* (const df1_two_variable &y, double x) |
Description not yet available. More... | |
df1_two_variable | operator+ (const double x, const df1_two_variable &y) |
Description not yet available. More... | |
df1_two_variable | operator+ (const df1_two_variable &x, const double y) |
Description not yet available. More... | |
df1_two_variable | operator+ (const df1_two_variable &x, const df1_two_variable &y) |
Description not yet available. More... | |
df1_two_variable | operator- (const df1_two_variable &v) |
Description not yet available. More... | |
df1_two_variable | operator- (const df1_two_variable &x, const df1_two_variable &y) |
Description not yet available. More... | |
df1_two_variable | operator- (double x, const df1_two_variable &y) |
Description not yet available. More... | |
df1_two_variable | operator- (const df1_two_variable &x, double y) |
Description not yet available. More... | |
df1_two_variable | operator/ (const df1_two_variable &x, double y) |
Description not yet available. More... | |
df1_two_variable | operator/ (const df1_two_variable &x, const df1_two_variable &y) |
Description not yet available. More... | |
df1_two_variable | operator/ (const double x, const df1_two_variable &y) |
Description not yet available. More... | |
df1_two_variable | pow (const df1_two_variable &x, const df1_two_variable &y) |
Description not yet available. More... | |
df1_two_variable | pow (double x, const df1_two_variable &y) |
Description not yet available. More... | |
void | set_derivatives (df1_two_variable &z, const df1_two_variable &x, double u, double zp) |
Description not yet available. More... | |
void | set_derivatives (df1_two_variable &z, const df1_two_variable &x, const df1_two_variable &y, double u, double f_u, double f_v) |
Description not yet available. More... | |
df1_two_variable | sin (const df1_two_variable &x) |
Description not yet available. More... | |
df1_two_variable | sqrt (const df1_two_variable &x) |
Description not yet available. More... | |
df1_two_variable | square (const df1_two_variable &x) |
Description not yet available. More... | |
df1_two_variable | tan (const df1_two_variable &x) |
Description not yet available. More... | |
dvector | value (const df1_two_vector &v) |
Description not yet available. More... | |
dmatrix | value (const df1_two_matrix &v) |
Description not yet available. More... | |
Description not yet available.
Definition in file df12fun.cpp.
df1_two_variable atan | ( | const df1_two_variable & | x | ) |
df1_two_matrix choleski_decomp | ( | const df1_two_matrix & | MM | ) |
df1_two_variable exp | ( | const df1_two_variable & | x | ) |
df1_two_variable fabs | ( | const df1_two_variable & | x | ) |
Definition at line 891 of file df12fun.cpp.
Referenced by function_minimizer::adamoeba(), as_factor(), laplace_approximation_calculator::banded_calculations_lme(), bessi(), bessi0(), bessi1(), bessj(), bessj0(), bessj1(), betacf(), count_factor(), laplace_approximation_calculator::default_calculations(), laplace_approximation_calculator::default_calculations_check_derivatives(), derch(), det(), df_check_derivative_values(), df_check_derivative_values_indexed(), df_check_derivative_values_indexed_break(), DF_dvlog(), laplace_approximation_calculator::do_newton_raphson_banded(), laplace_approximation_calculator::do_newton_raphson_state_space(), laplace_approximation_calculator::do_separable_stuff_newton_raphson_block_diagonal(), evaluate_function(), evaluate_function_quiet(), expm(), fabs(), fmm::fmin(), fmmt1::fmin(), fmmc::fmin(), fmmt1::fmin2(), fmmdisp(), gauss_legendre(), gcf(), get_eigen(), get_eigen_values(), get_eigenv(), get_maxpar(), laplace_approximation_calculator::get_uhat_lm_newton2(), laplace_approximation_calculator::get_uhat_quasi_newton(), laplace_approximation_calculator::get_uhat_quasi_newton_block_diagonal(), gser(), function_minimizer::hess_inv(), function_minimizer::hess_routine_noparallel_random_effects(), function_minimizer::hess_step(), imtqlx(), laplace_approximation_calculator::inner_optimization_banded(), inv(), inv_cumd_beta_stable(), inv_cumd_gamma(), function_minimizer::likeprof_routine(), function_minimizer::limited_memory_quasi_newton(), function_minimizer::limited_memory_quasi_newton_block(), ln_det(), ludcmp(), ludcmp_det(), ludcmp_index(), nr_generic(), old_inv_cumd_beta_stable(), polint(), function_minimizer::quasi_newton_block(), rdqagie(), rdqagse(), rdqelg(), rdqk15i(), rdqk21(), sfabs(), sgamma(), SIGN(), SIGNV(), solve(), str(), svd_mln(), svd_nlm(), tri_dag(), and tri_dagv().
df1_two_variable inv | ( | const df1_two_variable & | x | ) |
df1_two_variable log | ( | const df1_two_variable & | x | ) |
df1_two_variable operator* | ( | const df1_two_variable & | x, |
const df1_two_variable & | y | ||
) |
df1_two_variable operator* | ( | double | x, |
const df1_two_variable & | y | ||
) |
df1_two_variable operator* | ( | const df1_two_variable & | y, |
double | x | ||
) |
df1_two_variable operator+ | ( | const double | x, |
const df1_two_variable & | y | ||
) |
df1_two_variable operator+ | ( | const df1_two_variable & | x, |
const double | y | ||
) |
df1_two_variable operator+ | ( | const df1_two_variable & | x, |
const df1_two_variable & | y | ||
) |
df1_two_variable operator- | ( | const df1_two_variable & | v | ) |
df1_two_variable operator- | ( | const df1_two_variable & | x, |
const df1_two_variable & | y | ||
) |
df1_two_variable operator- | ( | double | x, |
const df1_two_variable & | y | ||
) |
df1_two_variable operator- | ( | const df1_two_variable & | x, |
double | y | ||
) |
df1_two_variable operator/ | ( | const df1_two_variable & | x, |
double | y | ||
) |
df1_two_variable operator/ | ( | const df1_two_variable & | x, |
const df1_two_variable & | y | ||
) |
df1_two_variable operator/ | ( | const double | x, |
const df1_two_variable & | y | ||
) |
df1_two_variable pow | ( | const df1_two_variable & | x, |
const df1_two_variable & | y | ||
) |
df1_two_variable pow | ( | double | x, |
const df1_two_variable & | y | ||
) |
void set_derivatives | ( | df1_two_variable & | z, |
const df1_two_variable & | x, | ||
double | u, | ||
double | zp | ||
) |
void set_derivatives | ( | df1_two_variable & | z, |
const df1_two_variable & | x, | ||
const df1_two_variable & | y, | ||
double | u, | ||
double | f_u, | ||
double | f_v | ||
) |
df1_two_variable sin | ( | const df1_two_variable & | x | ) |
df1_two_variable sqrt | ( | const df1_two_variable & | x | ) |
df1_two_variable square | ( | const df1_two_variable & | x | ) |
df1_two_variable tan | ( | const df1_two_variable & | x | ) |
dvector value | ( | const df1_two_vector & | v | ) |
dmatrix value | ( | const df1_two_matrix & | v | ) |
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |