ADMB Documentation
-a65f1c97
|
#include "fvar.hpp"
Go to the source code of this file.
Functions | |
uostream & | operator<< (const uostream &output, const d3_array &arr3) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
uostream & | operator<< (const uostream &output, const dvar3_array &varr3) |
Save values from varr3 to output stream. More... | |
uistream & | operator>> (const uistream &input, const d3_array &arr3) |
Read values from input stream to arr3. More... | |
uistream & | operator>> (const uistream &input, const dvar3_array &varr3) |
Read values from input stream to varr3. More... | |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Save values from arr3 to output stream.
output | uostream |
arr3 | d3_array |
Definition at line 28 of file d3_io1.cpp.
uostream& operator<< | ( | const uostream & | output, |
const dvar3_array & | varr3 | ||
) |
Save values from varr3 to output stream.
output | uostream |
varr3 | dvar3_array |
Definition at line 58 of file d3_io1.cpp.
Read values from input stream to arr3.
input | uistream |
arr3 | d3_array |
Definition at line 43 of file d3_io1.cpp.
uistream& operator>> | ( | const uistream & | input, |
const dvar3_array & | varr3 | ||
) |
Read values from input stream to varr3.
input | uistream |
varr3 | dvar3_array |
Definition at line 73 of file d3_io1.cpp.
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |