ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
dfsdmat (int n) | |
Description not yet available. More... | |
dfsdmat () | |
Default constructor. More... | |
dfsdmat (int n, const gradient_structure &gs) | |
Description not yet available. More... | |
~dfsdmat () | |
Destructor. More... | |
void | allocate (int n) |
Description not yet available. More... | |
void | allocate (int n, const gradient_structure &gs) |
Description not yet available. More... | |
void | allocate (void) |
Initialize members but does not allocate. More... | |
void | deallocate (void) |
Description not yet available. More... | |
int | disk_save (void) |
double & | elem (int i, int j) |
double * | getminp (void) |
int | operator! (void) const |
double & | operator() (int i, int j) |
void | restore (void) |
Restore values to file. More... | |
void | save (void) |
Save values to file. More... | |
int | size (void) |
Private Attributes | |
int | disk_save_flag |
double ** | m |
double * | maxp |
double * | minp |
int | n |
double * | ptr |
int | shared_memory |
int | tmp_file |
Friends | |
uostream & | operator<< (const uostream &, const dfsdmat &) |
Description not yet available. More... | |
uistream & | operator>> (const uistream &, const dfsdmat &) |
Description not yet available. More... | |
dfsdmat::dfsdmat | ( | int | _n | ) |
dfsdmat::dfsdmat | ( | ) |
Default constructor.
Definition at line 109 of file dfsdmat.cpp.
dfsdmat::dfsdmat | ( | int | _n, |
const gradient_structure & | gs | ||
) |
dfsdmat::~dfsdmat | ( | ) |
Destructor.
Definition at line 214 of file dfsdmat.cpp.
void dfsdmat::allocate | ( | int | _n | ) |
Description not yet available.
Definition at line 142 of file dfsdmat.cpp.
Referenced by fmm::fmin(), and fmm::fmm().
void dfsdmat::allocate | ( | int | _n, |
const gradient_structure & | gs | ||
) |
void dfsdmat::allocate | ( | void | ) |
Initialize members but does not allocate.
Definition at line 118 of file dfsdmat.cpp.
Referenced by dfsdmat().
void dfsdmat::deallocate | ( | void | ) |
Description not yet available.
Definition at line 223 of file dfsdmat.cpp.
Referenced by ~dfsdmat().
|
inline |
Definition at line 3243 of file fvar.hpp.
Referenced by fmm::fmin().
|
inline |
Definition at line 3277 of file fvar.hpp.
Referenced by fmm::fmin().
|
inline |
Definition at line 3249 of file fvar.hpp.
Referenced by operator>>().
void dfsdmat::restore | ( | void | ) |
void dfsdmat::save | ( | void | ) |
|
inline |
Definition at line 3257 of file fvar.hpp.
Referenced by operator>>(), restore(), and save().
|
private |
Definition at line 3235 of file fvar.hpp.
Referenced by allocate(), dfsdmat(), and disk_save().
|
private |
Definition at line 3237 of file fvar.hpp.
Referenced by allocate(), deallocate(), elem(), and operator()().
|
private |
Definition at line 3239 of file fvar.hpp.
Referenced by allocate().
|
private |
Definition at line 3238 of file fvar.hpp.
Referenced by allocate(), and getminp().
|
private |
Definition at line 3241 of file fvar.hpp.
Referenced by allocate(), deallocate(), and size().
|
private |
Definition at line 3236 of file fvar.hpp.
Referenced by allocate(), deallocate(), operator!(), restore(), and save().
|
private |
Definition at line 3240 of file fvar.hpp.
Referenced by allocate(), and deallocate().
|
private |
Definition at line 3234 of file fvar.hpp.
Referenced by allocate(), deallocate(), dfsdmat(), restore(), and save().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |