ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include "fvar.hpp"
Go to the source code of this file.
Functions | |
unsigned int | size_count (const dvector &x) |
Returns total size of elements in vector x. More... | |
unsigned int | size_count (const dmatrix &x) |
Returns total size of elements in matrix x. More... | |
unsigned int | size_count (const d3_array &x) |
Returns total size of elements in d3_array x. More... | |
int | size_count_partial (const dvector &x, int n) |
Description not yet available. More... | |
int | size_count_partial (const dmatrix &x, int n) |
Description not yet available. More... | |
int | size_count_partial (const d3_array &x, int n) |
Description not yet available. More... | |
Description not yet available.
Definition in file dsize.cpp.
unsigned int size_count | ( | const dvector & | x | ) |
Returns total size of elements in vector x.
x | vector |
Definition at line 17 of file dsize.cpp.
Referenced by cubic_spline(), dlnorm(), dnorm(), dpois(), get_ft(), invLogitProp(), logitProp(), matrix2vector(), mean(), nllBeta(), nllGamma(), nllInverseGamma(), nllLognormal(), nllLognormal2(), nllNegativeBinomial(), nllNormal(), nllNormal2(), nllPoisson(), regression(), function_minimizer::sd_routine(), param_init_vector::size_count(), param_init_bounded_vector::size_count(), param_init_matrix::size_count(), param_stddev_vector::size_count(), param_stddev_matrix::size_count(), param_init_d3array::size_count(), and size_count().
unsigned int size_count | ( | const dmatrix & | x | ) |
unsigned int size_count | ( | const d3_array & | x | ) |
int size_count_partial | ( | const dvector & | x, |
int | n | ||
) |
Description not yet available.
Definition at line 26 of file dsize.cpp.
Referenced by size_count_partial().
int size_count_partial | ( | const dmatrix & | x, |
int | n | ||
) |
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |