ADMB Documentation
-a65f1c97
|
Functions for str. More...
Go to the source code of this file.
Functions | |
adstring | chr (int c) |
adstring | str (double x, int minwidth, int decplaces) |
Convert x to adstring with minimum width and total number of decimal places. More... | |
void | str (const int a, adstring &s) |
Convert integer a to adstring s. More... | |
adstring | str (const int a) |
Returns converted string representation of integer a. More... | |
Functions for str.
Definition in file str.cpp.
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().
void str | ( | const int | a, |
adstring & | s | ||
) |
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |