ADMB Documentation
-a65f1c97
|
i/o operations for class dvar_matrix More...
#include "fvar.hpp"
Go to the source code of this file.
Functions | |
uostream & | operator<< (const uostream &ostr, const dvar_matrix &z) |
Operator to write values from dvar_matrix to output stream ostr. More... | |
uistream & | operator>> (const uistream &istr, const dvar_matrix &_z) |
Operator to read values to dvar_matrix form input stream istr. More... | |
i/o operations for class dvar_matrix
Definition in file fvarm1_i.cpp.
uostream& operator<< | ( | const uostream & | ostr, |
const dvar_matrix & | z | ||
) |
Operator to write values from dvar_matrix to output stream ostr.
ostr | output stream |
z | dvar_matrix values |
Definition at line 69 of file fvarm1_i.cpp.
uistream& operator>> | ( | const uistream & | istr, |
const dvar_matrix & | _z | ||
) |
Operator to read values to dvar_matrix form input stream istr.
istr | output stream |
_z | dvar_matrix values |
Definition at line 36 of file fvarm1_i.cpp.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |