ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
fixed_smartlist2 (void) | |
Default constructor. More... | |
fixed_smartlist2 (const size_t bufsize, const adstring &filename) | |
Constructor. More... | |
~fixed_smartlist2 () | |
Destructor. More... | |
void | add_buffer_fringe (int n) |
void | allocate (const size_t bufsize, const adstring &filename) |
Description not yet available. More... | |
void | check_buffer_size (const size_t) |
Description not yet available. More... | |
int | eof (void) |
int | get_noreadflag (void) |
void | initialize (void) |
Description not yet available. More... | |
void | operator++ (void) |
Description not yet available. More... | |
void | operator+= (int) |
Description not yet available. More... | |
void | operator-- (void) |
Description not yet available. More... | |
void | operator-= (int) |
Description not yet available. More... | |
void | read_buffer (void) |
Read buffer. More... | |
void | read_file (void) |
double | report_usage (void) |
void | reset (void) |
void | restore_end (void) |
Set to end of file ptr. More... | |
void | restoreposition (void) |
void | restoreposition (int offset) |
void | rewind (void) |
void | save_end (void) |
Description not yet available. More... | |
void | saveposition (void) |
void | set_backword (void) |
void | set_forward (void) |
void | set_noreadflag (int n) |
void | set_recend () |
void | set_reverse (void) |
void | write (const size_t n) |
void | write_buffer (void) |
Description not yet available. More... | |
void | write_buffer_one_less (void) |
Description not yet available. More... | |
int | written (void) |
Public Attributes | |
int * | bptr |
int * | buffend |
int * | buffer |
size_t | bufsize |
int | direction |
double * | doubleptr |
int | end_saved |
off_t | endof_file_ptr |
int | eof_flag |
adstring | filename |
int | fp |
size_t | nentries |
int | noreadflag |
int * | recend |
int * | sbptr |
int * | true_buffend |
int * | true_buffer |
int | written_flag |
fixed_smartlist2::fixed_smartlist2 | ( | void | ) |
Default constructor.
Definition at line 27 of file df1b2f14.cpp.
fixed_smartlist2::fixed_smartlist2 | ( | const size_t | bufsize, |
const adstring & | filename | ||
) |
Constructor.
Definition at line 50 of file df1b2f14.cpp.
fixed_smartlist2::~fixed_smartlist2 | ( | ) |
Destructor.
Definition at line 46 of file df1b2f17.cpp.
|
inline |
Definition at line 729 of file df1b2fun.h.
void fixed_smartlist2::allocate | ( | const size_t | _bufsize, |
const adstring & | _filename | ||
) |
Description not yet available.
Definition at line 63 of file df1b2f14.cpp.
Referenced by fixed_smartlist2().
void fixed_smartlist2::check_buffer_size | ( | const size_t | nsize | ) |
|
inline |
Definition at line 703 of file df1b2fun.h.
|
inline |
Definition at line 706 of file df1b2fun.h.
void fixed_smartlist2::initialize | ( | void | ) |
Description not yet available.
Definition at line 155 of file df1b2f14.cpp.
Referenced by laplace_approximation_calculator::default_calculations(), laplace_approximation_calculator::default_calculations_check_derivatives(), laplace_approximation_calculator::do_separable_stuff(), laplace_approximation_calculator::do_separable_stuff_hessian_type_information(), laplace_approximation_calculator::do_separable_stuff_laplace_approximation_banded(), laplace_approximation_calculator::do_separable_stuff_laplace_approximation_banded_adjoint(), laplace_approximation_calculator::do_separable_stuff_laplace_approximation_block_diagonal(), laplace_approximation_calculator::do_separable_stuff_laplace_approximation_importance_sampling_adjoint(), laplace_approximation_calculator::do_separable_stuff_newton_raphson_banded(), laplace_approximation_calculator::do_separable_stuff_newton_raphson_block_diagonal(), laplace_approximation_calculator::do_separable_stuff_x_u_block_diagonal(), laplace_approximation_calculator::get_block_diagonal_hessian(), and laplace_approximation_calculator::test_trust_region_method().
void fixed_smartlist2::operator++ | ( | void | ) |
void fixed_smartlist2::operator+= | ( | int | nsize | ) |
void fixed_smartlist2::operator-- | ( | void | ) |
void fixed_smartlist2::operator-= | ( | int | n | ) |
void fixed_smartlist2::read_buffer | ( | void | ) |
Read buffer.
Definition at line 310 of file df1b2f14.cpp.
Referenced by check_buffer_size(), operator++(), operator+=(), operator--(), operator-=(), and restore_end().
void fixed_smartlist2::read_file | ( | void | ) |
Definition at line 549 of file df1b2f14.cpp.
|
inline |
Definition at line 719 of file df1b2fun.h.
|
inline |
Definition at line 702 of file df1b2fun.h.
Referenced by df1b2_gradlist::reset().
void fixed_smartlist2::restore_end | ( | void | ) |
Set to end of file ptr.
Definition at line 192 of file df1b2f14.cpp.
Referenced by df1b2_gradcalc1().
|
inline |
Definition at line 708 of file df1b2fun.h.
|
inline |
Definition at line 709 of file df1b2fun.h.
void fixed_smartlist2::rewind | ( | void | ) |
Definition at line 122 of file df1b2f14.cpp.
void fixed_smartlist2::save_end | ( | void | ) |
Description not yet available.
Definition at line 214 of file df1b2f14.cpp.
Referenced by df1b2_gradcalc1().
|
inline |
Definition at line 698 of file df1b2fun.h.
|
inline |
Definition at line 713 of file df1b2fun.h.
|
inline |
Definition at line 712 of file df1b2fun.h.
Referenced by initialize().
|
inline |
Definition at line 707 of file df1b2fun.h.
|
inline |
Definition at line 699 of file df1b2fun.h.
Referenced by restore_end().
|
inline |
Definition at line 714 of file df1b2fun.h.
Referenced by df1b2_gradcalc1().
void fixed_smartlist2::write | ( | const size_t | n | ) |
Definition at line 104 of file df1b2f14.cpp.
Referenced by write_buffer(), and write_buffer_one_less().
void fixed_smartlist2::write_buffer | ( | void | ) |
Description not yet available.
Definition at line 270 of file df1b2f14.cpp.
Referenced by check_buffer_size(), operator++(), and operator+=().
void fixed_smartlist2::write_buffer_one_less | ( | void | ) |
Description not yet available.
Definition at line 230 of file df1b2f14.cpp.
Referenced by save_end().
|
inline |
Definition at line 730 of file df1b2fun.h.
int* fixed_smartlist2::bptr |
Definition at line 693 of file df1b2fun.h.
Referenced by allocate(), check_buffer_size(), fixed_smartlist2(), initialize(), operator++(), operator+=(), operator--(), operator-=(), read_buffer(), read_pass1_1(), read_pass1_1_dv(), read_pass1_1x(), read_pass1_2(), read_pass1_2_dv(), read_pass1_2x(), read_pass1_eq_1(), read_pass1_eq_2(), read_pass1_init_1(), read_pass1_init_2(), read_pass2_1(), read_pass2_1_dvdv(), read_pass2_1_dvdvdv(), read_pass2_1_prod(), read_pass2_1_prod_vector(), read_pass2_1_prodc1(), read_pass2_1_prodc2(), read_pass2_2(), read_pass2_2_dvdv(), read_pass2_2_dvdvdv(), read_pass2_2_prod(), read_pass2_2_prod_vector(), read_pass2_2_prodc1(), read_pass2_2_prodc2(), read_tilde_values_3(), report_usage(), reset(), restoreposition(), rewind(), saveposition(), set_recend(), write_buffer(), and write_buffer_one_less().
int* fixed_smartlist2::buffend |
Definition at line 692 of file df1b2fun.h.
Referenced by add_buffer_fringe(), allocate(), check_buffer_size(), fixed_smartlist2(), operator++(), operator+=(), and report_usage().
int* fixed_smartlist2::buffer |
Definition at line 691 of file df1b2fun.h.
Referenced by allocate(), fixed_smartlist2(), initialize(), operator--(), operator-=(), read_buffer(), read_file(), report_usage(), reset(), rewind(), write(), write_buffer(), and write_buffer_one_less().
size_t fixed_smartlist2::bufsize |
Definition at line 695 of file df1b2fun.h.
Referenced by allocate(), check_buffer_size(), fixed_smartlist2(), operator+=(), read_buffer(), and rewind().
int fixed_smartlist2::direction |
Definition at line 679 of file df1b2fun.h.
Referenced by allocate(), fixed_smartlist2(), read_buffer(), set_backword(), set_forward(), and set_reverse().
double* fixed_smartlist2::doubleptr |
Definition at line 687 of file df1b2fun.h.
Referenced by allocate().
int fixed_smartlist2::end_saved |
Definition at line 686 of file df1b2fun.h.
Referenced by allocate(), fixed_smartlist2(), initialize(), restore_end(), and save_end().
off_t fixed_smartlist2::endof_file_ptr |
Definition at line 680 of file df1b2fun.h.
Referenced by restore_end(), write_buffer(), and write_buffer_one_less().
int fixed_smartlist2::eof_flag |
Definition at line 685 of file df1b2fun.h.
Referenced by allocate(), eof(), fixed_smartlist2(), initialize(), read_buffer(), and rewind().
adstring fixed_smartlist2::filename |
Definition at line 696 of file df1b2fun.h.
Referenced by allocate(), write(), write_buffer(), write_buffer_one_less(), and ~fixed_smartlist2().
int fixed_smartlist2::fp |
Definition at line 697 of file df1b2fun.h.
Referenced by allocate(), initialize(), read_buffer(), read_file(), restore_end(), rewind(), write(), write_buffer(), write_buffer_one_less(), and ~fixed_smartlist2().
size_t fixed_smartlist2::nentries |
Definition at line 678 of file df1b2fun.h.
Referenced by allocate(), and fixed_smartlist2().
int fixed_smartlist2::noreadflag |
Definition at line 682 of file df1b2fun.h.
Referenced by allocate(), check_buffer_size(), fixed_smartlist2(), get_noreadflag(), operator++(), operator+=(), and set_noreadflag().
int* fixed_smartlist2::recend |
Definition at line 690 of file df1b2fun.h.
Referenced by operator--(), operator-=(), read_buffer(), and set_recend().
int* fixed_smartlist2::sbptr |
Definition at line 694 of file df1b2fun.h.
Referenced by restoreposition(), and saveposition().
int* fixed_smartlist2::true_buffend |
Definition at line 689 of file df1b2fun.h.
Referenced by allocate(), and fixed_smartlist2().
int* fixed_smartlist2::true_buffer |
Definition at line 688 of file df1b2fun.h.
Referenced by allocate(), fixed_smartlist2(), and ~fixed_smartlist2().
int fixed_smartlist2::written_flag |
Definition at line 681 of file df1b2fun.h.
Referenced by allocate(), fixed_smartlist2(), initialize(), read_buffer(), restore_end(), rewind(), save_end(), write_buffer(), write_buffer_one_less(), and written().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |