ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
i3_io.cpp File Reference

(Last Changed on June 23, 2017 for git-revision a044557dfcf7e530be7a47639cc5686c6cf5628d.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

ostream & operator<< (const ostream &output, const i3_array &iarr3)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
istream & operator>> (const istream &input, const i3_array &iarr3)
 Read to iarr3 from input stream. More...
 

Function Documentation

ostream& operator<< ( const ostream &  output,
const i3_array iarr3 
)

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.

Save iarr3 to output stream.

Parameters
outputostream
iarr3i3_array

Definition at line 26 of file i3_io.cpp.

istream& operator>> ( const istream &  input,
const i3_array iarr3 
)

Read to iarr3 from input stream.

Parameters
inputistream
iarr3i3_array

Definition at line 48 of file i3_io.cpp.