18 #define __USE_IOSTREAM__
22 #include <iostream.hpp>
23 #include <iomanip.hpp>
24 #include <fstream.hpp>
25 #define __USE_IOSTREAM__
30 #ifdef __USE_IOSTREAM__
52 for (
int i =
rowmin(); i <= n; ++i)
57 cerr <<
" Error: Unable to read dvar_matrix from uostream in "
58 << __FILE__ <<
':' << __LINE__ <<
'\n';
85 for (
int i =
rowmin(); i <= n; ++i)
90 cerr <<
" Error: Unable to write dvar_matrix to uostream in "
91 << __FILE__ <<
':' << __LINE__ <<
'\n';
void read_from(const istream &)
Read values to dvar_matrix from input istream s.
int allocated(const ivector &v)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
void write_on(const ostream &) const
Description not yet available.
istream & operator>>(const istream &input, const d3_array &arr3)
Read values from input stream into arr3.
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
Class definition of matrix with derivitive information .
Description not yet available.