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

(Last Changed on June 26, 2017 for git-revision 537215602ac790dc0283b676779749f046dd81a7.)

#include "fvar.hpp"

Go to the source code of this file.

Functions

ostream & operator<< (const ostream &output, const dvar4_array &varr4)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
ostream & operator<< (ostream &ostr, const dvar5_array &z)
 Outputs dvar5_array z. More...
 
ostream & operator<< (const ostream &ostr, const dvar5_array &z)
 Outputs dvar5_array z. More...
 
ostream & operator<< (const ostream &ostr, const dvar6_array &z)
 Description not yet available. More...
 
istream & operator>> (const istream &input, const dvar4_array &varr4)
 Read values to varr4 from input stream. More...
 
istream & operator>> (const istream &istr, const dvar5_array &z)
 Description not yet available. More...
 
istream & operator>> (const istream &istr, const dvar6_array &z)
 Description not yet available. More...
 

Function Documentation

ostream& operator<< ( const ostream &  output,
const dvar4_array varr4 
)

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

Write values from varr4 to output stream.

Parameters
outputostream
varr4dvar4_array

Definition at line 26 of file f4_io.cpp.

ostream& operator<< ( ostream &  ostr,
const dvar5_array z 
)

Outputs dvar5_array z.

Definition at line 57 of file f4_io.cpp.

ostream& operator<< ( const ostream &  ostr,
const dvar5_array z 
)

Outputs dvar5_array z.

Definition at line 72 of file f4_io.cpp.

ostream& operator<< ( const ostream &  ostr,
const dvar6_array z 
)

Description not yet available.

Parameters

Definition at line 94 of file f4_io.cpp.

istream& operator>> ( const istream &  input,
const dvar4_array varr4 
)

Read values to varr4 from input stream.

Parameters
inputistream
varr4dvar4_array

Definition at line 45 of file f4_io.cpp.

istream& operator>> ( const istream &  istr,
const dvar5_array z 
)

Description not yet available.

Parameters

Definition at line 81 of file f4_io.cpp.

istream& operator>> ( const istream &  istr,
const dvar6_array z 
)

Description not yet available.

Parameters

Definition at line 107 of file f4_io.cpp.