ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Classes | Functions
df12fun.h File Reference

(* $Id$)

Description not yet available. More...

#include <fvar.hpp>

Go to the source code of this file.

Classes

class  df1_two_matrix
 Description not yet available. More...
class  df1_two_variable
 Description not yet available. More...
class  df1_two_vector
 Description not yet available. More...
class  init_df1_two_variable
 Description not yet available. More...

Functions

df1_two_variable atan (const df1_two_variable &x)
 Description not yet available.
df1_two_matrix choleski_decomp (const df1_two_matrix &MM)
 Description not yet available.
df1_two_variable cos (const df1_two_variable &x)
df1_two_variable cube (const df1_two_variable &x)
df1_two_variable cumd_gamma (const df1_two_variable &x, const df1_two_variable &a)
df1_two_variable exp (const df1_two_variable &x)
 Description not yet available.
df1_two_variable fabs (const df1_two_variable &x)
dvector first_derivatives (const df1_two_vector &v)
dmatrix first_derivatives (const df1_two_matrix &v)
df1_two_variable gammln (const df1_two_variable &xx)
df1_two_variable inv (const df1_two_variable &x)
 Description not yet available.
df1_two_variable log (const df1_two_variable &x)
 Description not yet available.
df1_two_variable operator* (const df1_two_variable &x, const df1_two_variable &y)
 Description not yet available.
df1_two_variable operator* (double x, const df1_two_variable &y)
 Description not yet available.
df1_two_variable operator* (const df1_two_variable &x, double y)
 Description not yet available.
df1_two_variable operator+ (const double x, const df1_two_variable &y)
 Description not yet available.
df1_two_variable operator+ (const df1_two_variable &x, const double y)
 Description not yet available.
df1_two_variable operator+ (const df1_two_variable &x, const df1_two_variable &y)
 Description not yet available.
df1_two_variable operator- (double x, const df1_two_variable &y)
 Description not yet available.
df1_two_variable operator- (const df1_two_variable &x, double y)
 Description not yet available.
df1_two_variable operator- (const df1_two_variable &x, const df1_two_variable &y)
 Description not yet available.
df1_two_variable operator- (const df1_two_variable &v)
 Description not yet available.
df1_two_variable operator/ (const df1_two_variable &x, const df1_two_variable &y)
 Description not yet available.
df1_two_variable operator/ (const double x, const df1_two_variable &y)
 Description not yet available.
df1_two_variable operator/ (const df1_two_variable &x, const double y)
 Description not yet available.
df1_two_variable pow (const df1_two_variable &x, const df1_two_variable &y)
 Description not yet available.
df1_two_variable pow (double x, const df1_two_variable &y)
 Description not yet available.
dmatrix second_derivatives (const df1_two_matrix &v)
df1_two_variable sin (const df1_two_variable &x)
 Description not yet available.
df1_two_variable sqrt (const df1_two_variable &x)
 Description not yet available.
df1_two_variable square (const df1_two_variable &x)
 Description not yet available.
df1_two_variable tan (const df1_two_variable &x)
 Description not yet available.
dmatrix third_derivatives (const df1_two_matrix &v)
double value (const df1_two_variable &x)
dvector value (const df1_two_vector &v)
 Description not yet available.
dmatrix value (const df1_two_matrix &v)
 Description not yet available.

Detailed Description

Description not yet available.

Definition in file df12fun.h.


Function Documentation

Description not yet available.

Parameters:

Definition at line 436 of file df12fun.cpp.

Description not yet available.

Parameters:

Definition at line 813 of file df12fun.cpp.

Description not yet available.

Parameters:

Definition at line 517 of file df12fun.cpp.

Definition at line 887 of file df12fun.cpp.

Referenced by function_minimizer::adamoeba(), as_factor(), laplace_approximation_calculator::banded_calculations_lme(), 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(), fmmt1::fmin2(), fmmdisp(), gauss_legendre(), gcf(), get_eigen(), get_eigen_values(), get_eigenv(), 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(), 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(), polint(), function_minimizer::quasi_newton_block(), sfabs(), sgamma(), SIGN(), SIGNV(), solve(), str(), svd_mln(), svd_nlm(), tri_dag(), and tri_dagv().

Definition at line 239 of file vcumdbetainv.cpp.

Description not yet available.

Parameters:

Definition at line 550 of file df12fun.cpp.

Description not yet available.

Parameters:

Definition at line 502 of file df12fun.cpp.

df1_two_variable operator* ( const df1_two_variable x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 589 of file df12fun.cpp.

df1_two_variable operator* ( double  x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 605 of file df12fun.cpp.

df1_two_variable operator* ( const df1_two_variable y,
double  x 
)

Description not yet available.

Parameters:

Definition at line 619 of file df12fun.cpp.

df1_two_variable operator+ ( const double  x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 666 of file df12fun.cpp.

df1_two_variable operator+ ( const df1_two_variable x,
const double  y 
)

Description not yet available.

Parameters:

Definition at line 679 of file df12fun.cpp.

df1_two_variable operator+ ( const df1_two_variable x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 692 of file df12fun.cpp.

df1_two_variable operator- ( double  x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 720 of file df12fun.cpp.

df1_two_variable operator- ( const df1_two_variable x,
double  y 
)

Description not yet available.

Parameters:

Definition at line 734 of file df12fun.cpp.

df1_two_variable operator- ( const df1_two_variable x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 706 of file df12fun.cpp.

df1_two_variable operator- ( const df1_two_variable v)

Description not yet available.

Parameters:

Definition at line 313 of file df12fun.cpp.

df1_two_variable operator/ ( const df1_two_variable x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 644 of file df12fun.cpp.

df1_two_variable operator/ ( const double  x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 655 of file df12fun.cpp.

df1_two_variable operator/ ( const df1_two_variable x,
double  y 
)

Description not yet available.

Parameters:

Definition at line 633 of file df12fun.cpp.

df1_two_variable pow ( const df1_two_variable x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 532 of file df12fun.cpp.

df1_two_variable pow ( double  x,
const df1_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 541 of file df12fun.cpp.

Description not yet available.

Parameters:

Definition at line 487 of file df12fun.cpp.

Description not yet available.

Parameters:

Definition at line 418 of file df12fun.cpp.

Description not yet available.

Parameters:

Definition at line 454 of file df12fun.cpp.

Description not yet available.

Parameters:

Definition at line 469 of file df12fun.cpp.

double value ( const df1_two_variable x) [inline]

Definition at line 76 of file df12fun.h.

dvector value ( const df1_two_vector v)

Description not yet available.

Parameters:

Definition at line 87 of file df12fun.cpp.

dmatrix value ( const df1_two_matrix v)

Description not yet available.

Parameters:

Definition at line 170 of file df12fun.cpp.