23 #define __USE_IOSTREAM__
27 #include <iostream.hpp>
28 #include <iomanip.hpp>
29 #include <fstream.hpp>
30 #define __USE_IOSTREAM__
39 ostream& ostr= (ostream&) _ostr;
51 ostream& s = (ostream&)_s;
52 #ifdef __USE_IOSTREAM__
53 using std::streamsize;
54 streamsize new_w = s.width();
55 streamsize new_p = s.precision();
56 #if !defined(__cplusplus)
57 long new_form = s.flags();
59 ios::fmtflags new_form = s.flags();
61 char new_fill = s.fill();
66 #ifdef __USE_IOSTREAM__
87 istream& istr= (istream&) _istr;
100 for (
int i =
rowmin(); i <= n; ++i)
void read_from(const istream &)
Read values to dvar_matrix from input istream s.
prnstream & endl(prnstream &)
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 .