ADMB Documentation
-a65f1c97
|
Go to the source code of this file.
Classes | |
class | adstring |
class | adstring_array |
class | adstring_shape |
class | line_adstring |
Functions | |
int | atoi (adstring &s) |
Returns a integer converted from input s. More... | |
adstring | chr (int c) |
adstring | itoa (int n, int d) |
size_t | length (const adstring &t) |
Returns the size of adstr. More... | |
std::ostream & | operator<< (const std::ostream &ifs, const adstring_array &sa) |
size_t | pos (const adstring &substr, const adstring &s) |
adstring | str (double x, int minwidth=17, int decplaces=-1) |
Convert x to adstring with minimum width and total number of decimal places. More... | |
adstring | str (const int x) |
Returns converted string representation of integer a. More... | |
void | str (const int, adstring &) |
Convert integer a to adstring s. More... | |
adstring | to_lower (adstring &s) |
adstring_array | to_lower (adstring_array &s) |
adstring | to_upper (adstring &s) |
adstring_array | to_upper (adstring_array &s) |
void | val (const adstring &s, int &v, int &code) |
int | val (const adstring &s) |
int atoi | ( | adstring & | s | ) |
Returns a integer converted from input s.
s | input adstring |
Definition at line 20 of file atoi.cpp.
Referenced by ad_comm::ad_comm(), allocate_dvariable_space(), function_minimizer::computations(), function_minimizer::computations1(), dlist::dlist(), get_f1b2buffer_size(), get_option_number(), gradient_structure::gradient_structure(), function_minimizer::hess_routine_noparallel_random_effects(), function_minimizer::hybrid_mcmc_routine(), laplace_approximation_calculator::laplace_approximation_calculator(), function_minimizer::likeprof_routine(), function_minimizer::limited_memory_quasi_newton(), function_minimizer::limited_memory_quasi_newton_block(), function_minimizer::mcmc_computations(), function_minimizer::mcmc_routine(), function_minimizer::minimize(), function_minimizer::nuts_mcmc_routine(), function_minimizer::pvm_master_mcmc_computations(), function_minimizer::quasi_newton_block(), function_minimizer::rwm_mcmc_routine(), and function_minimizer::shmc_mcmc_routine().
adstring itoa | ( | int | n, |
int | d | ||
) |
Definition at line 89 of file string2.cpp.
Referenced by str().
size_t length | ( | const adstring & | adstr | ) |
Returns the size of adstr.
adstr | is a adstring. |
Definition at line 228 of file string1.cpp.
Referenced by dvector::allocate(), ad_comm::allocate(), dmatrix::dmatrix(), dvector::dvector(), dvector::fill(), dvar_vector::fill(), function_minimizer::normalize_posterior_distribution(), save_identifier_string(), and set_gradstack_flag().
std::ostream& operator<< | ( | const std::ostream & | ifs, |
const adstring_array & | sa | ||
) |
Definition at line 56 of file string3.cpp.
Referenced by function_minimizer::get_filename(), test_smartlist::read_buffer(), fixed_smartlist::read_buffer(), fixed_smartlist2::read_buffer(), fixed_smartlist::read_file(), fixed_smartlist2::read_file(), restore_banded_lower_triangular_dvar_matrix_derivatives(), restore_bounded_symmetric_dvar_matrix_derivatives(), restore_dvar_matrix_der_nozero(), restore_dvar_matrix_derivative_column(), restore_dvar_matrix_derivative_row(), restore_dvar_matrix_derivatives(), restore_prevariable_derivative(), dmatrix::save_dmatrix_derivatives(), save_dmatrix_derivatives(), dmatrix::save_dmatrix_derivatives_na(), save_double_derivative(), test_smartlist::write_buffer(), fixed_smartlist::write_buffer(), fixed_smartlist2::write_buffer(), fixed_smartlist::write_buffer_one_less(), fixed_smartlist2::write_buffer_one_less(), DF_FILE::~DF_FILE(), fixed_smartlist::~fixed_smartlist(), fixed_smartlist2::~fixed_smartlist2(), grad_stack::~grad_stack(), and test_smartlist::~test_smartlist().
adstring str | ( | double | x, |
int | minwidth = 17 , |
||
int | decplaces = -1 |
||
) |
Convert x to adstring with minimum width and total number of decimal places.
Definition at line 25 of file str.cpp.
Referenced by param_init_bounded_number_matrix::allocate(), df1b2_init_number_vector::allocate(), df1b2_init_bounded_number_vector::allocate(), param_init_vector_vector::allocate(), param_init_bounded_vector_vector::allocate(), param_init_matrix_vector::allocate(), param_init_bounded_matrix_vector::allocate(), param_init_number_vector::allocate(), param_init_bounded_number_vector::allocate(), admb::messages::array_bounds_error(), check_for_params_on_bounds(), df_check_derivative_values(), df_check_derivative_values_indexed(), df_check_derivative_values_indexed_break(), df_print_identifier_string(), get_maxparname(), get_param_names(), initial_params::get_reportfile_name(), get_string_marker(), initial_params::save(), set_gradstack_flag(), and verify_identifier_string().
adstring str | ( | const int | a | ) |
void str | ( | const int | a, |
adstring & | s | ||
) |
Definition at line 31 of file strcase.cpp.
adstring_array to_lower | ( | adstring_array & | s | ) |
Definition at line 31 of file strcase2.cpp.
Definition at line 38 of file strcase.cpp.
adstring_array to_upper | ( | adstring_array & | s | ) |
Definition at line 38 of file strcase2.cpp.
void val | ( | const adstring & | s, |
int & | v, | ||
int & | code | ||
) |
Definition at line 11 of file val.cpp.
Referenced by betacf(), laplace_approximation_calculator::do_separable_stuff_laplace_approximation_banded(), function_minimizer::normalize_posterior_distribution(), param_init_bounded_vector::set_maxb(), param_init_bounded_number::set_maxb(), param_init_bounded_matrix::set_maxb(), and val().
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |