ADMB Documentation
-a65f1c97
|
Description not yet available. More...
Go to the source code of this file.
Functions | |
dvar_vector | nograd_assign (dvector tmp) |
Description not yet available. More... | |
dvar_matrix | nograd_assign (const dmatrix &m) |
Description not yet available. More... | |
void | nograd_assign_column (const dvar_matrix &m, const dvector &v, const int &ii) |
Description not yet available. More... | |
dvar_matrix | nograd_assign_trans (const dmatrix &m) |
Description not yet available. More... | |
d3_array_position | restore_d3_array_position () |
Description not yet available. More... | |
dmatrix_position | restore_dmatrix_position () |
Description not yet available. More... | |
dmatrix | restore_dvar_matrix_der_nozero (const dvar_matrix_position &_pos) |
Description not yet available. More... | |
dvector | restore_dvar_matrix_derivative_column (const dvar_matrix_position &_pos, const int &ii) |
Description not yet available. More... | |
dvector | restore_dvar_matrix_derivative_row (const dvar_matrix_position &_pos, const int &ii) |
Description not yet available. More... | |
dmatrix | restore_dvar_matrix_derivatives (const dvar_matrix_position &_pos) |
Description not yet available. More... | |
dvar_matrix_position | restore_dvar_matrix_position () |
Reads back the size and address information for a dvar_matrix, restores the size, address, and value information for a dvar_vector. More... | |
Description not yet available.
Definition in file cmpdif6.cpp.
dvar_vector nograd_assign | ( | dvector | tmp | ) |
Description not yet available.
Definition at line 252 of file cmpdif6.cpp.
Referenced by choleski_decomp(), choleski_decomp_positive(), det(), ln_det(), ln_det_choleski(), ln_det_choleski_error(), operator*(), solve(), and sum().
dvar_matrix nograd_assign | ( | const dmatrix & | m | ) |
void nograd_assign_column | ( | const dvar_matrix & | m, |
const dvector & | v, | ||
const int & | ii | ||
) |
Description not yet available.
Definition at line 389 of file cmpdif6.cpp.
Referenced by inv().
dvar_matrix nograd_assign_trans | ( | const dmatrix & | m | ) |
d3_array_position restore_d3_array_position | ( | void | ) |
dmatrix_position restore_dmatrix_position | ( | ) |
dmatrix restore_dvar_matrix_der_nozero | ( | const dvar_matrix_position & | _pos | ) |
dvector restore_dvar_matrix_derivative_column | ( | const dvar_matrix_position & | _pos, |
const int & | ii | ||
) |
Description not yet available.
Definition at line 228 of file cmpdif6.cpp.
Referenced by dfinvpret().
dvector restore_dvar_matrix_derivative_row | ( | const dvar_matrix_position & | _pos, |
const int & | ii | ||
) |
dmatrix restore_dvar_matrix_derivatives | ( | const dvar_matrix_position & | _pos | ) |
Description not yet available.
Definition at line 178 of file cmpdif6.cpp.
Referenced by cmdm_prod(), dfcholeski_decomp(), dfcholeski_decomp_positive(), dfempirical_covarv(), dfempirical_covarv_partial(), dfmattrans(), dfouter_prodvv(), dmcm_prod(), and dmdm_prod().
dvar_matrix_position restore_dvar_matrix_position | ( | ) |
Reads back the size and address information for a dvar_matrix, restores the size, address, and value information for a dvar_vector.
Definition at line 110 of file cmpdif6.cpp.
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |