|
ADMB Documentation
-a65f1c97
|
Functions for empirical_covariance and outer_prod. More...
#include "fvar.hpp"Go to the source code of this file.
Functions | |
| void | dfempirical_covarv (void) |
| Description not yet available. More... | |
| void | dfempirical_covarv_partial (void) |
| Description not yet available. More... | |
| void | dfouter_prodvv (void) |
| Description not yet available. More... | |
| dvar_matrix | empirical_covariance (const dvar_matrix &_v1, const imatrix &_missflags) |
| Description not yet available. More... | |
| dvar_matrix | empirical_covariance (const dvar_matrix &v1) |
| Description not yet available. More... | |
| dvar_matrix | outer_prod (const dvar_vector &v1, const dvar_vector &v2) |
| Description not yet available. More... | |
| dvar_matrix | outer_prod (const dvector &v1, const dvar_vector &v2) |
| Compute the outer product of v1 and v2 vectors into dvar_matrix. More... | |
| dvar_matrix | outer_prod (const dvar_vector &v1, const dvector &v2) |
| Compute the outer product of v1 and v2 vectors into dvar_matrix. More... | |
Functions for empirical_covariance and outer_prod.
Definition in file fvar_ma6.cpp.
| void dfempirical_covarv | ( | void | ) |
Description not yet available.
Definition at line 173 of file fvar_ma6.cpp.
Referenced by empirical_covariance().
| void dfempirical_covarv_partial | ( | void | ) |
Description not yet available.
Definition at line 73 of file fvar_ma6.cpp.
Referenced by empirical_covariance().
| void dfouter_prodvv | ( | void | ) |
Description not yet available.
Definition at line 265 of file fvar_ma6.cpp.
Referenced by outer_prod().
| dvar_matrix empirical_covariance | ( | const dvar_matrix & | _v1, |
| const imatrix & | _missflags | ||
| ) |
| dvar_matrix empirical_covariance | ( | const dvar_matrix & | v1 | ) |
| dvar_matrix outer_prod | ( | const dvar_vector & | v1, |
| const dvar_vector & | v2 | ||
| ) |
| dvar_matrix outer_prod | ( | const dvector & | v1, |
| const dvar_vector & | v2 | ||
| ) |
Compute the outer product of v1 and v2 vectors into dvar_matrix.
| v1 | dvector |
| v2 | dvar_vector |
Definition at line 319 of file fvar_ma6.cpp.
| dvar_matrix outer_prod | ( | const dvar_vector & | v1, |
| const dvector & | v2 | ||
| ) |
Compute the outer product of v1 and v2 vectors into dvar_matrix.
| v1 | dvar_vector |
| v2 | dvector |
Definition at line 351 of file fvar_ma6.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5
|