root/doc/html/itfile_8h.html @ 353

Revision 353, 131.0 kB (checked in by smidl, 15 years ago)

doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: itfile.h File Reference</title>
4<link href="tabs.css" rel="stylesheet" type="text/css">
5<link href="doxygen.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.8 -->
8<script type="text/javascript">
9<!--
10function changeDisplayState (e){
11  var num=this.id.replace(/[^[0-9]/g,'');
12  var button=this.firstChild;
13  var sectionDiv=document.getElementById('dynsection'+num);
14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
15    sectionDiv.style.display='block';
16    button.src='open.gif';
17  }else{
18    sectionDiv.style.display='none';
19    button.src='closed.gif';
20  }
21}
22function initDynSections(){
23  var divs=document.getElementsByTagName('div');
24  var sectionCounter=1;
25  for(var i=0;i<divs.length-1;i++){
26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
27      var header=divs[i];
28      var section=divs[i+1];
29      var button=header.firstChild;
30      if (button!='IMG'){
31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
32        button=document.createElement('img');
33        divs[i].insertBefore(button,divs[i].firstChild);
34      }
35      header.style.cursor='pointer';
36      header.onclick=changeDisplayState;
37      header.id='dynheader'+sectionCounter;
38      button.src='closed.gif';
39      section.id='dynsection'+sectionCounter;
40      section.style.display='none';
41      section.style.marginLeft='14px';
42      sectionCounter++;
43    }
44  }
45}
46window.onload = initDynSections;
47-->
48</script>
49<div class="navigation" id="top">
50  <div class="tabs">
51    <ul>
52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
53      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
54      <li><a href="modules.html"><span>Modules</span></a></li>
55      <li><a href="annotated.html"><span>Classes</span></a></li>
56      <li class="current"><a href="files.html"><span>Files</span></a></li>
57    </ul>
58  </div>
59  <div class="tabs">
60    <ul>
61      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
62      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
63    </ul>
64  </div>
65</div>
66<div class="contents">
67<h1>itfile.h File Reference</h1>Definition of classes for the IT++ file format. 
68<a href="#_details">More...</a>
69<p>
70<code>#include &lt;<a class="el" href="vec_8h-source.html">itpp/base/vec.h</a>&gt;</code><br>
71<code>#include &lt;<a class="el" href="array_8h-source.html">itpp/base/array.h</a>&gt;</code><br>
72<code>#include &lt;<a class="el" href="binfile_8h-source.html">itpp/base/binfile.h</a>&gt;</code><br>
73<code>#include &lt;<a class="el" href="itcompat_8h-source.html">itpp/base/itcompat.h</a>&gt;</code><br>
74
75<p>
76<a href="itfile_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
77<tr><td></td></tr>
78<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
79<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__file__base.html">itpp::it_file_base</a></td></tr>
80
81<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Base class for <a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a> and <a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a><a href="classitpp_1_1it__file__base.html#_details">More...</a><br></td></tr>
82<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structitpp_1_1it__file__base_1_1data__header.html">itpp::it_file_base::it_file_base::data_header</a></td></tr>
83
84<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Data header structure.  <a href="structitpp_1_1it__file__base_1_1data__header.html#_details">More...</a><br></td></tr>
85<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structitpp_1_1it__file__base_1_1file__header.html">itpp::it_file_base::it_file_base::file_header</a></td></tr>
86
87<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">File header structure.  <a href="structitpp_1_1it__file__base_1_1file__header.html#_details">More...</a><br></td></tr>
88<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__ifile.html">itpp::it_ifile</a></td></tr>
89
90<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The IT++ file format reading class.  <a href="classitpp_1_1it__ifile.html#_details">More...</a><br></td></tr>
91<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__file.html">itpp::it_file</a></td></tr>
92
93<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The IT++ file format reading and writing class.  <a href="classitpp_1_1it__file.html#_details">More...</a><br></td></tr>
94<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1Name.html">itpp::Name</a></td></tr>
95
96<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Automatic naming when saving<p>
97An easy way to give a variable a name and optionally description when saving. Usage:.  <a href="classitpp_1_1Name.html#_details">More...</a><br></td></tr>
98<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__file__base__old.html">itpp::it_file_base_old</a></td></tr>
99
100<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Base class for <a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a> and <a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a><a href="classitpp_1_1it__file__base__old.html#_details">More...</a><br></td></tr>
101<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structitpp_1_1it__file__base__old_1_1data__header.html">itpp::it_file_base_old::it_file_base_old::data_header</a></td></tr>
102
103<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Data header structure.  <a href="structitpp_1_1it__file__base__old_1_1data__header.html#_details">More...</a><br></td></tr>
104<tr><td class="memItemLeft" nowrap align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structitpp_1_1it__file__base__old_1_1file__header.html">itpp::it_file_base_old::it_file_base_old::file_header</a></td></tr>
105
106<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">File header structure.  <a href="structitpp_1_1it__file__base__old_1_1file__header.html#_details">More...</a><br></td></tr>
107<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__ifile__old.html">itpp::it_ifile_old</a></td></tr>
108
109<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The old (version 2) IT++ file format reading class.  <a href="classitpp_1_1it__ifile__old.html#_details">More...</a><br></td></tr>
110<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitpp_1_1it__file__old.html">itpp::it_file_old</a></td></tr>
111
112<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The old (version 2) IT++ file format reading and writing class.  <a href="classitpp_1_1it__file__old.html#_details">More...</a><br></td></tr>
113<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
114<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g35f2aec2508c48f64b9b9bf6d4c8d3a7"></a><!-- doxytag: member="itfile.h::it_save_var" ref="g35f2aec2508c48f64b9b9bf6d4c8d3a7" args="(v)" -->
115#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g35f2aec2508c48f64b9b9bf6d4c8d3a7">it_save_var</a>(v)&nbsp;&nbsp;&nbsp;it_save_var_as(v,#v)</td></tr>
116
117<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A convenient macro. Calling <a class="el" href="group__itfile.html#g35f2aec2508c48f64b9b9bf6d4c8d3a7" title="A convenient macro. Calling it_save_var(M) saves M as &#39;M&#39; in the file &#39;M...">it_save_var(M)</a> saves M as 'M' in the file 'M.it'. <br></td></tr>
118<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gfa96d51227248ab9b5e52e485e304230"></a><!-- doxytag: member="itfile.h::it_load_var" ref="gfa96d51227248ab9b5e52e485e304230" args="(v)" -->
119#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gfa96d51227248ab9b5e52e485e304230">it_load_var</a>(v)&nbsp;&nbsp;&nbsp;it_load_var_as(v,#v)</td></tr>
120
121<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A convenient macro. Calling <a class="el" href="group__itfile.html#gfa96d51227248ab9b5e52e485e304230" title="A convenient macro. Calling it_load_var(M) loads M as &#39;M&#39; in the file &#39;M...">it_load_var(M)</a> loads M as 'M' in the file 'M.it'. <br></td></tr>
122<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
123<tr><td class="memItemLeft" nowrap align="right" valign="top">it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf29ff24134fbfa1030aafba47a7ff646">itpp::flush</a> (it_file &amp;f)</td></tr>
124
125<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flush operator<p>
126Flushes the data. Usage:.  <a href="group__itfile.html#gf29ff24134fbfa1030aafba47a7ff646"></a><br></td></tr>
127<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5c9710a3993e2b606299ddd7ab9d9c86"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g5c9710a3993e2b606299ddd7ab9d9c86" args="(it_ifile &amp;f, const Name &amp;s)" -->
128it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5c9710a3993e2b606299ddd7ab9d9c86">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, const Name &amp;s)</td></tr>
129
130<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Finds the variable <code><a class="el" href="classitpp_1_1Name.html" title="Automatic naming when savingAn easy way to give a variable a name and optionally...">Name</a></code> in the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code>. Returns file pointer for reading. <br></td></tr>
131<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7cbab295c4ef85a515b073b0823f4095"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g7cbab295c4ef85a515b073b0823f4095" args="(it_file &amp;f, const Name &amp;s)" -->
132it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7cbab295c4ef85a515b073b0823f4095">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Name &amp;s)</td></tr>
133
134<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Finds the variable <code><a class="el" href="classitpp_1_1Name.html" title="Automatic naming when savingAn easy way to give a variable a name and optionally...">Name</a></code> in the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code>. Returns file pointer for writing. <br></td></tr>
135<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g280f993271f63dd8cf170cc89e708e6e"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g280f993271f63dd8cf170cc89e708e6e" args="(it_ifile &amp;f, char &amp;v)" -->
136it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g280f993271f63dd8cf170cc89e708e6e">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, char &amp;v)</td></tr>
137
138<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the char variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
139<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g44ec692d4378a95aaf4df751fd708f23"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g44ec692d4378a95aaf4df751fd708f23" args="(it_ifile &amp;f, bool &amp;v)" -->
140it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g44ec692d4378a95aaf4df751fd708f23">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, bool &amp;v)</td></tr>
141
142<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bool variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
143<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g73156e88410ece45a26271d472f973bf"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g73156e88410ece45a26271d472f973bf" args="(it_ifile &amp;f, bin &amp;v)" -->
144it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g73156e88410ece45a26271d472f973bf">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, bin &amp;v)</td></tr>
145
146<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the binary variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
147<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2883ad49b7a5acc270e6fbdb9dc2ff1d"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g2883ad49b7a5acc270e6fbdb9dc2ff1d" args="(it_ifile &amp;f, short &amp;v)" -->
148it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2883ad49b7a5acc270e6fbdb9dc2ff1d">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, short &amp;v)</td></tr>
149
150<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the short variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
151<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4554cba7d8de58216838dae0dcb3d126"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g4554cba7d8de58216838dae0dcb3d126" args="(it_ifile &amp;f, int &amp;v)" -->
152it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4554cba7d8de58216838dae0dcb3d126">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, int &amp;v)</td></tr>
153
154<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the integer variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
155<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge7a1062053883bafe3842b0bd72eab8d"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="ge7a1062053883bafe3842b0bd72eab8d" args="(it_ifile &amp;f, float &amp;v)" -->
156it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge7a1062053883bafe3842b0bd72eab8d">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, float &amp;v)</td></tr>
157
158<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the float variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
159<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdc551e7e996be40e4d690978b81d9e99"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gdc551e7e996be40e4d690978b81d9e99" args="(it_ifile &amp;f, double &amp;v)" -->
160it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gdc551e7e996be40e4d690978b81d9e99">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, double &amp;v)</td></tr>
161
162<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the double variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
163<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3d085b0c1334779e46e108118182ba83"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g3d085b0c1334779e46e108118182ba83" args="(it_ifile &amp;f, std::complex&lt; float &gt; &amp;v)" -->
164it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3d085b0c1334779e46e108118182ba83">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, std::complex&lt; float &gt; &amp;v)</td></tr>
165
166<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the float complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
167<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge1019a5690ccff092a8090fff202a953"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="ge1019a5690ccff092a8090fff202a953" args="(it_ifile &amp;f, std::complex&lt; double &gt; &amp;v)" -->
168it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge1019a5690ccff092a8090fff202a953">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, std::complex&lt; double &gt; &amp;v)</td></tr>
169
170<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the double complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
171<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9dc0f8b5ce054bcfc3cfa7ad195f3a9b"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g9dc0f8b5ce054bcfc3cfa7ad195f3a9b" args="(it_ifile &amp;f, bvec &amp;v)" -->
172it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9dc0f8b5ce054bcfc3cfa7ad195f3a9b">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &amp;v)</td></tr>
173
174<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
175<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2a7c863335ce93ecd214a7d6829081f0"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g2a7c863335ce93ecd214a7d6829081f0" args="(it_ifile &amp;f, svec &amp;v)" -->
176it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2a7c863335ce93ecd214a7d6829081f0">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &amp;v)</td></tr>
177
178<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the svec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
179<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4692514e2c40dd2d06b969faf7b19582"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g4692514e2c40dd2d06b969faf7b19582" args="(it_ifile &amp;f, ivec &amp;v)" -->
180it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4692514e2c40dd2d06b969faf7b19582">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &amp;v)</td></tr>
181
182<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the ivec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
183<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g958315c738305663890ca0b373d768c3"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g958315c738305663890ca0b373d768c3" args="(it_ifile &amp;f, vec &amp;v)" -->
184it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g958315c738305663890ca0b373d768c3">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;v)</td></tr>
185
186<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the vec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
187<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g98da8ebbc297a276853cd95a5d39f97b"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g98da8ebbc297a276853cd95a5d39f97b" args="(it_ifile &amp;f, cvec &amp;v)" -->
188it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g98da8ebbc297a276853cd95a5d39f97b">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &amp;v)</td></tr>
189
190<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the cvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
191<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge2a50f26ed78f8dec731ac1e057c985d"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="ge2a50f26ed78f8dec731ac1e057c985d" args="(it_ifile &amp;f, std::string &amp;str)" -->
192it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge2a50f26ed78f8dec731ac1e057c985d">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, std::string &amp;str)</td></tr>
193
194<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the string <code>str</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
195<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g225d7f512acc8d4325bd1664e370f161"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g225d7f512acc8d4325bd1664e370f161" args="(it_ifile &amp;f, bmat &amp;m)" -->
196it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g225d7f512acc8d4325bd1664e370f161">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &amp;m)</td></tr>
197
198<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
199<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g151c881ee70804af017d5816c03e0277"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g151c881ee70804af017d5816c03e0277" args="(it_ifile &amp;f, smat &amp;m)" -->
200it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g151c881ee70804af017d5816c03e0277">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &amp;m)</td></tr>
201
202<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the smat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
203<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2b1f42241ec021366d82e2157f188b9a"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g2b1f42241ec021366d82e2157f188b9a" args="(it_ifile &amp;f, imat &amp;m)" -->
204it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2b1f42241ec021366d82e2157f188b9a">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &amp;m)</td></tr>
205
206<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the imat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
207<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g874048109adc92f4c94934659f6a68bb"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g874048109adc92f4c94934659f6a68bb" args="(it_ifile &amp;f, mat &amp;m)" -->
208it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g874048109adc92f4c94934659f6a68bb">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &amp;m)</td></tr>
209
210<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the mat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
211<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g094bfdf93c3709c42abb58335788ba2e"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g094bfdf93c3709c42abb58335788ba2e" args="(it_ifile &amp;f, cmat &amp;m)" -->
212it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g094bfdf93c3709c42abb58335788ba2e">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &amp;m)</td></tr>
213
214<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the cmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
215<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9f3120e647198e6d31d0ce4ff1f8bd61"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g9f3120e647198e6d31d0ce4ff1f8bd61" args="(it_ifile &amp;f, Array&lt; bin &gt; &amp;v)" -->
216it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9f3120e647198e6d31d0ce4ff1f8bd61">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; bin &gt; &amp;v)</td></tr>
217
218<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the binary <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
219<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8944a69b7bf7d45a7cddf4af59951e68"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g8944a69b7bf7d45a7cddf4af59951e68" args="(it_ifile &amp;f, Array&lt; short &gt; &amp;v)" -->
220it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8944a69b7bf7d45a7cddf4af59951e68">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; short &gt; &amp;v)</td></tr>
221
222<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the short integer <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
223<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb5efc234acb63bea16cf550f048d5ce7"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gb5efc234acb63bea16cf550f048d5ce7" args="(it_ifile &amp;f, Array&lt; int &gt; &amp;v)" -->
224it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb5efc234acb63bea16cf550f048d5ce7">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; int &gt; &amp;v)</td></tr>
225
226<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the integer <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
227<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8e30bf8adc48dfdd05a4798dd70dea0a"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g8e30bf8adc48dfdd05a4798dd70dea0a" args="(it_ifile &amp;f, Array&lt; float &gt; &amp;v)" -->
228it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8e30bf8adc48dfdd05a4798dd70dea0a">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; float &gt; &amp;v)</td></tr>
229
230<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
231<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga9cfe5251f0f4ef7aa8227db17a0c9d6"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="ga9cfe5251f0f4ef7aa8227db17a0c9d6" args="(it_ifile &amp;f, Array&lt; double &gt; &amp;v)" -->
232it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga9cfe5251f0f4ef7aa8227db17a0c9d6">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; double &gt; &amp;v)</td></tr>
233
234<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
235<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0bfc8e56b0971aab52173189e2e62691"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g0bfc8e56b0971aab52173189e2e62691" args="(it_ifile &amp;f, Array&lt; std::complex&lt; float &gt; &gt; &amp;v)" -->
236it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0bfc8e56b0971aab52173189e2e62691">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; std::complex&lt; float &gt; &gt; &amp;v)</td></tr>
237
238<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
239<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gef0ef02dba75c60e857e0c3d58d05fd3"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gef0ef02dba75c60e857e0c3d58d05fd3" args="(it_ifile &amp;f, Array&lt; std::complex&lt; double &gt; &gt; &amp;v)" -->
240it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gef0ef02dba75c60e857e0c3d58d05fd3">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; std::complex&lt; double &gt; &gt; &amp;v)</td></tr>
241
242<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
243<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5273b6d411818105095fffffae742ff9"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g5273b6d411818105095fffffae742ff9" args="(it_ifile &amp;f, Array&lt; bvec &gt; &amp;v)" -->
244it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5273b6d411818105095fffffae742ff9">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &gt; &amp;v)</td></tr>
245
246<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
247<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga179aec94c6e04c7c26de00ec3068133"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="ga179aec94c6e04c7c26de00ec3068133" args="(it_ifile &amp;f, Array&lt; svec &gt; &amp;v)" -->
248it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga179aec94c6e04c7c26de00ec3068133">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &gt; &amp;v)</td></tr>
249
250<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the svec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
251<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdd061057bf50dcb9f684f6dbccab128a"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gdd061057bf50dcb9f684f6dbccab128a" args="(it_ifile &amp;f, Array&lt; ivec &gt; &amp;v)" -->
252it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gdd061057bf50dcb9f684f6dbccab128a">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &gt; &amp;v)</td></tr>
253
254<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
255<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2cd1c3dc1e29d36331c92f4416d58f82"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g2cd1c3dc1e29d36331c92f4416d58f82" args="(it_ifile &amp;f, Array&lt; vec &gt; &amp;v)" -->
256it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2cd1c3dc1e29d36331c92f4416d58f82">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &gt; &amp;v)</td></tr>
257
258<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
259<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcc58a680f656efb81d0f5b9b5e4110b6"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gcc58a680f656efb81d0f5b9b5e4110b6" args="(it_ifile &amp;f, Array&lt; cvec &gt; &amp;v)" -->
260it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gcc58a680f656efb81d0f5b9b5e4110b6">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &gt; &amp;v)</td></tr>
261
262<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
263<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8ae29ab6534c877f2e1c1f80fbeadd4c"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g8ae29ab6534c877f2e1c1f80fbeadd4c" args="(it_ifile &amp;f, Array&lt; std::string &gt; &amp;v)" -->
264it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8ae29ab6534c877f2e1c1f80fbeadd4c">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; std::string &gt; &amp;v)</td></tr>
265
266<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
267<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc007b9e49e616ce625a9579f866df6d0"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gc007b9e49e616ce625a9579f866df6d0" args="(it_ifile &amp;f, Array&lt; bmat &gt; &amp;v)" -->
268it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc007b9e49e616ce625a9579f866df6d0">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &gt; &amp;v)</td></tr>
269
270<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
271<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9b3565c2fd60ea4a18d5b0fbb4c04d3e"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g9b3565c2fd60ea4a18d5b0fbb4c04d3e" args="(it_ifile &amp;f, Array&lt; smat &gt; &amp;v)" -->
272it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9b3565c2fd60ea4a18d5b0fbb4c04d3e">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &gt; &amp;v)</td></tr>
273
274<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
275<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gfe3bca94ecb7b4ee7d8f93bb88f6f06f"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gfe3bca94ecb7b4ee7d8f93bb88f6f06f" args="(it_ifile &amp;f, Array&lt; imat &gt; &amp;v)" -->
276it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gfe3bca94ecb7b4ee7d8f93bb88f6f06f">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &gt; &amp;v)</td></tr>
277
278<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
279<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g45b206fcc216a74dd0f91dc80cb8ae96"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g45b206fcc216a74dd0f91dc80cb8ae96" args="(it_ifile &amp;f, Array&lt; mat &gt; &amp;v)" -->
280it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g45b206fcc216a74dd0f91dc80cb8ae96">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &gt; &amp;v)</td></tr>
281
282<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
283<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g11824e3eebade1cd49a3e0afcd35bd00"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g11824e3eebade1cd49a3e0afcd35bd00" args="(it_ifile &amp;f, Array&lt; cmat &gt; &amp;v)" -->
284it_ifile &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g11824e3eebade1cd49a3e0afcd35bd00">itpp::operator&gt;&gt;</a> (it_ifile &amp;f, Array&lt; <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &gt; &amp;v)</td></tr>
285
286<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile.html" title="The IT++ file format reading class.">it_ifile</a></code> pointer. <br></td></tr>
287<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6eed974716b166ec1baaee323e61ae7d"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g6eed974716b166ec1baaee323e61ae7d" args="(it_file &amp;f, char x)" -->
288it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g6eed974716b166ec1baaee323e61ae7d">itpp::operator&lt;&lt;</a> (it_file &amp;f, char x)</td></tr>
289
290<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the char variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
291<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g77485783b1b0e2906cdd64e913ff5eb2"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g77485783b1b0e2906cdd64e913ff5eb2" args="(it_file &amp;f, bool x)" -->
292it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g77485783b1b0e2906cdd64e913ff5eb2">itpp::operator&lt;&lt;</a> (it_file &amp;f, bool x)</td></tr>
293
294<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the bool variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
295<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb9ad62d2c3114f23da4466e35a900226"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gb9ad62d2c3114f23da4466e35a900226" args="(it_file &amp;f, bin x)" -->
296it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb9ad62d2c3114f23da4466e35a900226">itpp::operator&lt;&lt;</a> (it_file &amp;f, bin x)</td></tr>
297
298<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the binary variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
299<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc35ed281f0dc443f44cf0c59d305b4f5"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gc35ed281f0dc443f44cf0c59d305b4f5" args="(it_file &amp;f, short x)" -->
300it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc35ed281f0dc443f44cf0c59d305b4f5">itpp::operator&lt;&lt;</a> (it_file &amp;f, short x)</td></tr>
301
302<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the short variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
303<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g062ab1ef4fdb7725439654f642610fb6"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g062ab1ef4fdb7725439654f642610fb6" args="(it_file &amp;f, int x)" -->
304it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g062ab1ef4fdb7725439654f642610fb6">itpp::operator&lt;&lt;</a> (it_file &amp;f, int x)</td></tr>
305
306<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the integer variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
307<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7351011f98711b3663aee8f49f973abb"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g7351011f98711b3663aee8f49f973abb" args="(it_file &amp;f, float x)" -->
308it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7351011f98711b3663aee8f49f973abb">itpp::operator&lt;&lt;</a> (it_file &amp;f, float x)</td></tr>
309
310<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the float variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
311<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc5d8c82f15ae783debf95f9765d35234"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gc5d8c82f15ae783debf95f9765d35234" args="(it_file &amp;f, double x)" -->
312it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc5d8c82f15ae783debf95f9765d35234">itpp::operator&lt;&lt;</a> (it_file &amp;f, double x)</td></tr>
313
314<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the double variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
315<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0cf2dee8bdc418599d49b29f768f3923"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g0cf2dee8bdc418599d49b29f768f3923" args="(it_file &amp;f, std::complex&lt; float &gt; x)" -->
316it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0cf2dee8bdc418599d49b29f768f3923">itpp::operator&lt;&lt;</a> (it_file &amp;f, std::complex&lt; float &gt; x)</td></tr>
317
318<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the float complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
319<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge866393508b741620e3bea3d3c46b347"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="ge866393508b741620e3bea3d3c46b347" args="(it_file &amp;f, std::complex&lt; double &gt; x)" -->
320it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge866393508b741620e3bea3d3c46b347">itpp::operator&lt;&lt;</a> (it_file &amp;f, std::complex&lt; double &gt; x)</td></tr>
321
322<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the double complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
323<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb895ee83b9d78b2a69f28518479bd0c2"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gb895ee83b9d78b2a69f28518479bd0c2" args="(it_file &amp;f, const bvec &amp;v)" -->
324it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb895ee83b9d78b2a69f28518479bd0c2">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &amp;v)</td></tr>
325
326<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the bvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
327<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga94ce5333fed62623813d6cbcb70c1cb"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="ga94ce5333fed62623813d6cbcb70c1cb" args="(it_file &amp;f, const svec &amp;v)" -->
328it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga94ce5333fed62623813d6cbcb70c1cb">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &amp;v)</td></tr>
329
330<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the svec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
331<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3dee62dcc4518d4af5917e50b81b5c2c"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g3dee62dcc4518d4af5917e50b81b5c2c" args="(it_file &amp;f, const ivec &amp;v)" -->
332it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3dee62dcc4518d4af5917e50b81b5c2c">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &amp;v)</td></tr>
333
334<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the ivec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
335<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gad695a9d7f6b8b675d9eae64753dfd7e"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gad695a9d7f6b8b675d9eae64753dfd7e" args="(it_file &amp;f, const vec &amp;v)" -->
336it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gad695a9d7f6b8b675d9eae64753dfd7e">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;v)</td></tr>
337
338<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the vec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
339<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g21dde66c760f5f7fb5a70f0b786a8e7f"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g21dde66c760f5f7fb5a70f0b786a8e7f" args="(it_file &amp;f, const cvec &amp;v)" -->
340it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g21dde66c760f5f7fb5a70f0b786a8e7f">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &amp;v)</td></tr>
341
342<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the cvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
343<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3f3dbae9e8c925332d875424b0f817c2"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g3f3dbae9e8c925332d875424b0f817c2" args="(it_file &amp;f, const std::string &amp;str)" -->
344it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3f3dbae9e8c925332d875424b0f817c2">itpp::operator&lt;&lt;</a> (it_file &amp;f, const std::string &amp;str)</td></tr>
345
346<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the string <code>str</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
347<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g56ef764febc0e47802d22faae548e9f7"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g56ef764febc0e47802d22faae548e9f7" args="(it_file &amp;f, const bmat &amp;m)" -->
348it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g56ef764febc0e47802d22faae548e9f7">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &amp;m)</td></tr>
349
350<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the bmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
351<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9381d5f972d51f69e7cb8e7981757146"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g9381d5f972d51f69e7cb8e7981757146" args="(it_file &amp;f, const smat &amp;m)" -->
352it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9381d5f972d51f69e7cb8e7981757146">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &amp;m)</td></tr>
353
354<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the smat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
355<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g593f4cebbe97f056477161978fd1bdcc"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g593f4cebbe97f056477161978fd1bdcc" args="(it_file &amp;f, const imat &amp;m)" -->
356it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g593f4cebbe97f056477161978fd1bdcc">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &amp;m)</td></tr>
357
358<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the imat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
359<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1b7d6c3e0bb6011be9785ce39c6210c1"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g1b7d6c3e0bb6011be9785ce39c6210c1" args="(it_file &amp;f, const mat &amp;m)" -->
360it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1b7d6c3e0bb6011be9785ce39c6210c1">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &amp;m)</td></tr>
361
362<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the mat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
363<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g68f7990c8d75cd4f7791cbda74a96bdf"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g68f7990c8d75cd4f7791cbda74a96bdf" args="(it_file &amp;f, const cmat &amp;m)" -->
364it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g68f7990c8d75cd4f7791cbda74a96bdf">itpp::operator&lt;&lt;</a> (it_file &amp;f, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &amp;m)</td></tr>
365
366<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the cmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
367<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcb5994cba094c03eacb1f02b5c347b40"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gcb5994cba094c03eacb1f02b5c347b40" args="(it_file &amp;f, const Array&lt; bin &gt; &amp;v)" -->
368it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gcb5994cba094c03eacb1f02b5c347b40">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; bin &gt; &amp;v)</td></tr>
369
370<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the <a class="el" href="classitpp_1_1bin.html" title="Binary arithmetic (boolean) class.">bin</a> <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
371<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7282890470c9b7baf0d796682386ec84"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g7282890470c9b7baf0d796682386ec84" args="(it_file &amp;f, const Array&lt; short &gt; &amp;v)" -->
372it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7282890470c9b7baf0d796682386ec84">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; short &gt; &amp;v)</td></tr>
373
374<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the short int <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
375<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g043ba3a5a3d0ac2afed822f639c274c4"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g043ba3a5a3d0ac2afed822f639c274c4" args="(it_file &amp;f, const Array&lt; int &gt; &amp;v)" -->
376it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g043ba3a5a3d0ac2afed822f639c274c4">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; int &gt; &amp;v)</td></tr>
377
378<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the int <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
379<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g93f65444f44c01b465fa772896c69dde"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g93f65444f44c01b465fa772896c69dde" args="(it_file &amp;f, const Array&lt; float &gt; &amp;v)" -->
380it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g93f65444f44c01b465fa772896c69dde">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; float &gt; &amp;v)</td></tr>
381
382<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
383<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g323e4805ee9245f87674881d4b6ec2d0"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g323e4805ee9245f87674881d4b6ec2d0" args="(it_file &amp;f, const Array&lt; double &gt; &amp;v)" -->
384it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g323e4805ee9245f87674881d4b6ec2d0">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; double &gt; &amp;v)</td></tr>
385
386<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
387<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9027f4997841d95df7a42ffbd073f44f"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g9027f4997841d95df7a42ffbd073f44f" args="(it_file &amp;f, const Array&lt; std::complex&lt; float &gt; &gt; &amp;v)" -->
388it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9027f4997841d95df7a42ffbd073f44f">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; std::complex&lt; float &gt; &gt; &amp;v)</td></tr>
389
390<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
391<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4aeec65cd1d84213b3c35c189beedc39"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g4aeec65cd1d84213b3c35c189beedc39" args="(it_file &amp;f, const Array&lt; std::complex&lt; double &gt; &gt; &amp;v)" -->
392it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4aeec65cd1d84213b3c35c189beedc39">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; std::complex&lt; double &gt; &gt; &amp;v)</td></tr>
393
394<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
395<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2e1e8e51182215564004e473b02be71a"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g2e1e8e51182215564004e473b02be71a" args="(it_file &amp;f, const Array&lt; bvec &gt; &amp;v)" -->
396it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2e1e8e51182215564004e473b02be71a">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &gt; &amp;v)</td></tr>
397
398<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
399<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g49fa4229e4f2e946cd8cdc76bb9bfd91"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g49fa4229e4f2e946cd8cdc76bb9bfd91" args="(it_file &amp;f, const Array&lt; svec &gt; &amp;v)" -->
400it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g49fa4229e4f2e946cd8cdc76bb9bfd91">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Vec.html#7d53e7d4b228c818e8ade5c59c4ed9d9">svec</a> &gt; &amp;v)</td></tr>
401
402<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the svec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
403<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga83320b63db77c10b4520c02af842bf6"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="ga83320b63db77c10b4520c02af842bf6" args="(it_file &amp;f, const Array&lt; ivec &gt; &amp;v)" -->
404it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga83320b63db77c10b4520c02af842bf6">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &gt; &amp;v)</td></tr>
405
406<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
407<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g33a7b1e0cbef9967bb1477232b10d73a"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g33a7b1e0cbef9967bb1477232b10d73a" args="(it_file &amp;f, const Array&lt; vec &gt; &amp;v)" -->
408it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g33a7b1e0cbef9967bb1477232b10d73a">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &gt; &amp;v)</td></tr>
409
410<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
411<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga61728d50015878d41f4d740d09903d5"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="ga61728d50015878d41f4d740d09903d5" args="(it_file &amp;f, const Array&lt; cvec &gt; &amp;v)" -->
412it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga61728d50015878d41f4d740d09903d5">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &gt; &amp;v)</td></tr>
413
414<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
415<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1b3b0b321ecdc133ecbb0359b61a1d2a"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g1b3b0b321ecdc133ecbb0359b61a1d2a" args="(it_file &amp;f, const Array&lt; std::string &gt; &amp;v)" -->
416it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1b3b0b321ecdc133ecbb0359b61a1d2a">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; std::string &gt; &amp;v)</td></tr>
417
418<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
419<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g692caa9d23a3de4b321bc2a6e6b716a3"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g692caa9d23a3de4b321bc2a6e6b716a3" args="(it_file &amp;f, const Array&lt; bmat &gt; &amp;v)" -->
420it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g692caa9d23a3de4b321bc2a6e6b716a3">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &gt; &amp;v)</td></tr>
421
422<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
423<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g510959ecb57b50f12f78774dc1edfb8b"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g510959ecb57b50f12f78774dc1edfb8b" args="(it_file &amp;f, const Array&lt; smat &gt; &amp;v)" -->
424it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g510959ecb57b50f12f78774dc1edfb8b">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Mat.html#debd320317a18c022d3ca856af6d3687">smat</a> &gt; &amp;v)</td></tr>
425
426<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the smat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
427<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9bcdc15f8805671f604bc396bf7c180e"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g9bcdc15f8805671f604bc396bf7c180e" args="(it_file &amp;f, const Array&lt; imat &gt; &amp;v)" -->
428it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9bcdc15f8805671f604bc396bf7c180e">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &gt; &amp;v)</td></tr>
429
430<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
431<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0c660401e1377838a8fd2f6942619d2f"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g0c660401e1377838a8fd2f6942619d2f" args="(it_file &amp;f, const Array&lt; mat &gt; &amp;v)" -->
432it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0c660401e1377838a8fd2f6942619d2f">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &gt; &amp;v)</td></tr>
433
434<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
435<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc3cf93c79e90580f81c274a188a80638"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gc3cf93c79e90580f81c274a188a80638" args="(it_file &amp;f, const Array&lt; cmat &gt; &amp;v)" -->
436it_file &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc3cf93c79e90580f81c274a188a80638">itpp::operator&lt;&lt;</a> (it_file &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &gt; &amp;v)</td></tr>
437
438<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file.html" title="The IT++ file format reading and writing class.">it_file</a></code> pointer. <br></td></tr>
439<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g3aca6340053abd9d3ed57fd16a471558"></a><!-- doxytag: member="itfile.h::it_save_var_as" ref="g3aca6340053abd9d3ed57fd16a471558" args="(const T &amp;v, const std::string &amp;name)" -->
440template&lt;class T &gt; </td></tr>
441<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3aca6340053abd9d3ed57fd16a471558">itpp::it_save_var_as</a> (const T &amp;v, const std::string &amp;name)</td></tr>
442
443<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Save the variable v in the file name.it as the name name. <br></td></tr>
444<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="g384645c2d9932cc689ec8ce36909460d"></a><!-- doxytag: member="itfile.h::it_load_var_as" ref="g384645c2d9932cc689ec8ce36909460d" args="(T &amp;v, const std::string &amp;name)" -->
445template&lt;class T &gt; </td></tr>
446<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group__itfile.html#g384645c2d9932cc689ec8ce36909460d">itpp::it_load_var_as</a> (T &amp;v, const std::string &amp;name)</td></tr>
447
448<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Load the variable v from the file name.it as the name name. <br></td></tr>
449<tr><td class="memItemLeft" nowrap align="right" valign="top">it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gffed2f75aed5e2b7be0be6c284de081d">itpp::flush</a> (it_file_old &amp;f)</td></tr>
450
451<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Flush operator.<p>
452Flushes the data. Usage:.  <a href="group__itfile.html#gffed2f75aed5e2b7be0be6c284de081d"></a><br></td></tr>
453<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g25221657100289e869e5a3b4882ba739"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g25221657100289e869e5a3b4882ba739" args="(it_ifile_old &amp;f, const Name &amp;s)" -->
454it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g25221657100289e869e5a3b4882ba739">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, const Name &amp;s)</td></tr>
455
456<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Finds the variable <code><a class="el" href="classitpp_1_1Name.html" title="Automatic naming when savingAn easy way to give a variable a name and optionally...">Name</a></code> in the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code>. Returns file pointer for reading. <br></td></tr>
457<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g36fc5db5c8404636dcf444b47dccd6f3"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g36fc5db5c8404636dcf444b47dccd6f3" args="(it_file_old &amp;f, const Name &amp;s)" -->
458it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g36fc5db5c8404636dcf444b47dccd6f3">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Name &amp;s)</td></tr>
459
460<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Finds the variable <code><a class="el" href="classitpp_1_1Name.html" title="Automatic naming when savingAn easy way to give a variable a name and optionally...">Name</a></code> in the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code>. Returns file pointer for writing. <br></td></tr>
461<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge4f2112f94fc2011d2fb0101db21dbbe"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="ge4f2112f94fc2011d2fb0101db21dbbe" args="(it_ifile_old &amp;f, char &amp;v)" -->
462it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge4f2112f94fc2011d2fb0101db21dbbe">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, char &amp;v)</td></tr>
463
464<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the char variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
465<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge53abf84358540ca612c98fda8ed6511"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="ge53abf84358540ca612c98fda8ed6511" args="(it_ifile_old &amp;f, bin &amp;v)" -->
466it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge53abf84358540ca612c98fda8ed6511">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, bin &amp;v)</td></tr>
467
468<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the binary variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
469<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3776d8ecf123a5d5e31ad0dc7f2aa7d6"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g3776d8ecf123a5d5e31ad0dc7f2aa7d6" args="(it_ifile_old &amp;f, short &amp;v)" -->
470it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g3776d8ecf123a5d5e31ad0dc7f2aa7d6">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, short &amp;v)</td></tr>
471
472<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the short variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
473<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gade1deb760bf9ce2a69e2b2d1791918d"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gade1deb760bf9ce2a69e2b2d1791918d" args="(it_ifile_old &amp;f, int &amp;v)" -->
474it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gade1deb760bf9ce2a69e2b2d1791918d">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, int &amp;v)</td></tr>
475
476<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the integer variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
477<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9b7b7f64c87466464e662e9220eaa714"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g9b7b7f64c87466464e662e9220eaa714" args="(it_ifile_old &amp;f, float &amp;v)" -->
478it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g9b7b7f64c87466464e662e9220eaa714">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, float &amp;v)</td></tr>
479
480<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the float variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
481<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g42ffb342415b776e00e126df6707450b"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g42ffb342415b776e00e126df6707450b" args="(it_ifile_old &amp;f, double &amp;v)" -->
482it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g42ffb342415b776e00e126df6707450b">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, double &amp;v)</td></tr>
483
484<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the double variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
485<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf70c3154da0eac4ebe173f78d4746cd0"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gf70c3154da0eac4ebe173f78d4746cd0" args="(it_ifile_old &amp;f, std::complex&lt; float &gt; &amp;v)" -->
486it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf70c3154da0eac4ebe173f78d4746cd0">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, std::complex&lt; float &gt; &amp;v)</td></tr>
487
488<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the float complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
489<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5fd3f35fdaadf8c610c4f4d71361eceb"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g5fd3f35fdaadf8c610c4f4d71361eceb" args="(it_ifile_old &amp;f, std::complex&lt; double &gt; &amp;v)" -->
490it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5fd3f35fdaadf8c610c4f4d71361eceb">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, std::complex&lt; double &gt; &amp;v)</td></tr>
491
492<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the double complex variable <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
493<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g42e0d18fd2ccc93b2e8687dc47eaca1e"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g42e0d18fd2ccc93b2e8687dc47eaca1e" args="(it_ifile_old &amp;f, vec &amp;v)" -->
494it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g42e0d18fd2ccc93b2e8687dc47eaca1e">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;v)</td></tr>
495
496<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the vec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
497<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g77c8170f3df68a4142a895c3e993e5ab"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g77c8170f3df68a4142a895c3e993e5ab" args="(it_ifile_old &amp;f, ivec &amp;v)" -->
498it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g77c8170f3df68a4142a895c3e993e5ab">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &amp;v)</td></tr>
499
500<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the ivec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
501<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2b878ff26426c4b876d372b265188747"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g2b878ff26426c4b876d372b265188747" args="(it_ifile_old &amp;f, bvec &amp;v)" -->
502it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2b878ff26426c4b876d372b265188747">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &amp;v)</td></tr>
503
504<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
505<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g79f9cb568ee0d77ff7011ec8068022a8"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g79f9cb568ee0d77ff7011ec8068022a8" args="(it_ifile_old &amp;f, cvec &amp;v)" -->
506it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g79f9cb568ee0d77ff7011ec8068022a8">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &amp;v)</td></tr>
507
508<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the cvec <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
509<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2f5261d34439689186bdec3df3cba592"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g2f5261d34439689186bdec3df3cba592" args="(it_ifile_old &amp;f, std::string &amp;str)" -->
510it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g2f5261d34439689186bdec3df3cba592">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, std::string &amp;str)</td></tr>
511
512<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the string <code>str</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
513<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g52753f169148b72f9d8e8e03f31c12c8"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g52753f169148b72f9d8e8e03f31c12c8" args="(it_ifile_old &amp;f, mat &amp;m)" -->
514it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g52753f169148b72f9d8e8e03f31c12c8">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &amp;m)</td></tr>
515
516<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the mat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
517<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0c02d8cef1c05906e0f95ca7f35ca6dc"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g0c02d8cef1c05906e0f95ca7f35ca6dc" args="(it_ifile_old &amp;f, imat &amp;m)" -->
518it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0c02d8cef1c05906e0f95ca7f35ca6dc">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &amp;m)</td></tr>
519
520<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the imat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
521<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gad37ec8501a726083e78592f47876a3b"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gad37ec8501a726083e78592f47876a3b" args="(it_ifile_old &amp;f, bmat &amp;m)" -->
522it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gad37ec8501a726083e78592f47876a3b">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &amp;m)</td></tr>
523
524<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
525<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g044fbca7da20c6ae3cbe3f7faf056c89"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g044fbca7da20c6ae3cbe3f7faf056c89" args="(it_ifile_old &amp;f, cmat &amp;m)" -->
526it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g044fbca7da20c6ae3cbe3f7faf056c89">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &amp;m)</td></tr>
527
528<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the cmat <code>m</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
529<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6afb4454cd5ea3b3bb7135d1b62725a7"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g6afb4454cd5ea3b3bb7135d1b62725a7" args="(it_ifile_old &amp;f, Array&lt; float &gt; &amp;v)" -->
530it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g6afb4454cd5ea3b3bb7135d1b62725a7">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; float &gt; &amp;v)</td></tr>
531
532<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
533<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g59da826305bf142eb8c5ed080a5717d3"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g59da826305bf142eb8c5ed080a5717d3" args="(it_ifile_old &amp;f, Array&lt; double &gt; &amp;v)" -->
534it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g59da826305bf142eb8c5ed080a5717d3">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; double &gt; &amp;v)</td></tr>
535
536<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
537<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc5b2acab02fadaba9bb32d76f49f130c"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gc5b2acab02fadaba9bb32d76f49f130c" args="(it_ifile_old &amp;f, Array&lt; int &gt; &amp;v)" -->
538it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc5b2acab02fadaba9bb32d76f49f130c">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; int &gt; &amp;v)</td></tr>
539
540<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the integer <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
541<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb8b9c052e3c9b69644091ffe79573065"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gb8b9c052e3c9b69644091ffe79573065" args="(it_ifile_old &amp;f, Array&lt; bin &gt; &amp;v)" -->
542it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb8b9c052e3c9b69644091ffe79573065">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; bin &gt; &amp;v)</td></tr>
543
544<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the binary <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
545<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g90cb5d15cf1d27321d84076dae6b8675"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g90cb5d15cf1d27321d84076dae6b8675" args="(it_ifile_old &amp;f, Array&lt; std::complex&lt; float &gt; &gt; &amp;v)" -->
546it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g90cb5d15cf1d27321d84076dae6b8675">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; std::complex&lt; float &gt; &gt; &amp;v)</td></tr>
547
548<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
549<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g621dde587f98bea319d4818c8dafcad1"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g621dde587f98bea319d4818c8dafcad1" args="(it_ifile_old &amp;f, Array&lt; std::complex&lt; double &gt; &gt; &amp;v)" -->
550it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g621dde587f98bea319d4818c8dafcad1">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; std::complex&lt; double &gt; &gt; &amp;v)</td></tr>
551
552<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
553<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga24bebd5888b6387722a4a4d09f9ff85"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="ga24bebd5888b6387722a4a4d09f9ff85" args="(it_ifile_old &amp;f, Array&lt; vec &gt; &amp;v)" -->
554it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga24bebd5888b6387722a4a4d09f9ff85">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &gt; &amp;v)</td></tr>
555
556<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
557<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc7dd6d96b53476e92b8e2ed4676d0144"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gc7dd6d96b53476e92b8e2ed4676d0144" args="(it_ifile_old &amp;f, Array&lt; ivec &gt; &amp;v)" -->
558it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc7dd6d96b53476e92b8e2ed4676d0144">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &gt; &amp;v)</td></tr>
559
560<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
561<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6d15c89354d05cc591ae8112d1b73cfb"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g6d15c89354d05cc591ae8112d1b73cfb" args="(it_ifile_old &amp;f, Array&lt; bvec &gt; &amp;v)" -->
562it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g6d15c89354d05cc591ae8112d1b73cfb">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &gt; &amp;v)</td></tr>
563
564<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
565<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gd72b9d2baf723d550b82bea1be697486"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gd72b9d2baf723d550b82bea1be697486" args="(it_ifile_old &amp;f, Array&lt; cvec &gt; &amp;v)" -->
566it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gd72b9d2baf723d550b82bea1be697486">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &gt; &amp;v)</td></tr>
567
568<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
569<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf088fb62b7e830db6d97ac58a5518072"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="gf088fb62b7e830db6d97ac58a5518072" args="(it_ifile_old &amp;f, Array&lt; std::string &gt; &amp;v)" -->
570it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf088fb62b7e830db6d97ac58a5518072">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; std::string &gt; &amp;v)</td></tr>
571
572<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
573<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5dfe148f8f1f0b0b0ab447718d62d41d"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g5dfe148f8f1f0b0b0ab447718d62d41d" args="(it_ifile_old &amp;f, Array&lt; mat &gt; &amp;v)" -->
574it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5dfe148f8f1f0b0b0ab447718d62d41d">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &gt; &amp;v)</td></tr>
575
576<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
577<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1a075f64697eeedf03c5caa2c2f76ada"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g1a075f64697eeedf03c5caa2c2f76ada" args="(it_ifile_old &amp;f, Array&lt; imat &gt; &amp;v)" -->
578it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1a075f64697eeedf03c5caa2c2f76ada">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &gt; &amp;v)</td></tr>
579
580<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
581<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g44a8d5a4881c1d7bcd67c4178bc4bc74"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="g44a8d5a4881c1d7bcd67c4178bc4bc74" args="(it_ifile_old &amp;f, Array&lt; bmat &gt; &amp;v)" -->
582it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g44a8d5a4881c1d7bcd67c4178bc4bc74">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &gt; &amp;v)</td></tr>
583
584<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
585<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga155df7d35e09e9fa9e0330ba2521a00"></a><!-- doxytag: member="itfile.h::operator&gt;&gt;" ref="ga155df7d35e09e9fa9e0330ba2521a00" args="(it_ifile_old &amp;f, Array&lt; cmat &gt; &amp;v)" -->
586it_ifile_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga155df7d35e09e9fa9e0330ba2521a00">itpp::operator&gt;&gt;</a> (it_ifile_old &amp;f, Array&lt; <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &gt; &amp;v)</td></tr>
587
588<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> from the <code><a class="el" href="classitpp_1_1it__ifile__old.html" title="The old (version 2) IT++ file format reading class.">it_ifile_old</a></code> pointer. <br></td></tr>
589<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g755081f8997a79774675742f3f4c5829"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g755081f8997a79774675742f3f4c5829" args="(it_file_old &amp;f, char x)" -->
590it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g755081f8997a79774675742f3f4c5829">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, char x)</td></tr>
591
592<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the char variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
593<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge231bd8bec4ba88cce48da7c84edfe5e"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="ge231bd8bec4ba88cce48da7c84edfe5e" args="(it_file_old &amp;f, bin x)" -->
594it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge231bd8bec4ba88cce48da7c84edfe5e">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, bin x)</td></tr>
595
596<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the binary variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
597<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf104044ec7779dc23ec1868ae4b549a9"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gf104044ec7779dc23ec1868ae4b549a9" args="(it_file_old &amp;f, short x)" -->
598it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf104044ec7779dc23ec1868ae4b549a9">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, short x)</td></tr>
599
600<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the short variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
601<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g123c891629438fc11d5763d0bf1f3aac"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g123c891629438fc11d5763d0bf1f3aac" args="(it_file_old &amp;f, int x)" -->
602it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g123c891629438fc11d5763d0bf1f3aac">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, int x)</td></tr>
603
604<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the integer variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
605<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8d65a518caad25c607fea1fedc5f7663"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g8d65a518caad25c607fea1fedc5f7663" args="(it_file_old &amp;f, float x)" -->
606it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g8d65a518caad25c607fea1fedc5f7663">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, float x)</td></tr>
607
608<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the float variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
609<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7bfd9a3c394e1cb9318a80db28b4c6d6"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g7bfd9a3c394e1cb9318a80db28b4c6d6" args="(it_file_old &amp;f, double x)" -->
610it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7bfd9a3c394e1cb9318a80db28b4c6d6">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, double x)</td></tr>
611
612<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the double variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
613<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g838850f054536f2607ed67d3f847d53b"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g838850f054536f2607ed67d3f847d53b" args="(it_file_old &amp;f, std::complex&lt; float &gt; x)" -->
614it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g838850f054536f2607ed67d3f847d53b">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, std::complex&lt; float &gt; x)</td></tr>
615
616<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the float complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
617<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga1634cbf3ba25e9061586cac600656f2"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="ga1634cbf3ba25e9061586cac600656f2" args="(it_file_old &amp;f, std::complex&lt; double &gt; x)" -->
618it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga1634cbf3ba25e9061586cac600656f2">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, std::complex&lt; double &gt; x)</td></tr>
619
620<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the double complex variable <code>x</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
621<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g983ae27993f5c8cd13f720e560ba0923"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g983ae27993f5c8cd13f720e560ba0923" args="(it_file_old &amp;f, const vec &amp;v)" -->
622it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g983ae27993f5c8cd13f720e560ba0923">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &amp;v)</td></tr>
623
624<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the vec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
625<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g097f3b47050cc29dea572e364d387050"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g097f3b47050cc29dea572e364d387050" args="(it_file_old &amp;f, const ivec &amp;v)" -->
626it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g097f3b47050cc29dea572e364d387050">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &amp;v)</td></tr>
627
628<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the ivec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
629<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gda0a04bb9b40d419eb7e4c944d85f74d"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gda0a04bb9b40d419eb7e4c944d85f74d" args="(it_file_old &amp;f, const bvec &amp;v)" -->
630it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gda0a04bb9b40d419eb7e4c944d85f74d">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &amp;v)</td></tr>
631
632<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the bvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
633<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gab1d6b61165ceaa147016306afd68029"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gab1d6b61165ceaa147016306afd68029" args="(it_file_old &amp;f, const cvec &amp;v)" -->
634it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gab1d6b61165ceaa147016306afd68029">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &amp;v)</td></tr>
635
636<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the cvec <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
637<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdeff536c457ade274815c65ce68aa836"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gdeff536c457ade274815c65ce68aa836" args="(it_file_old &amp;f, const std::string &amp;str)" -->
638it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gdeff536c457ade274815c65ce68aa836">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const std::string &amp;str)</td></tr>
639
640<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the string <code>str</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
641<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g33f123353e20702c6f35d216d8f4a7be"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g33f123353e20702c6f35d216d8f4a7be" args="(it_file_old &amp;f, const mat &amp;m)" -->
642it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g33f123353e20702c6f35d216d8f4a7be">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &amp;m)</td></tr>
643
644<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the mat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
645<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7eb685d3601a2f794423e4fc583f5f8c"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g7eb685d3601a2f794423e4fc583f5f8c" args="(it_file_old &amp;f, const imat &amp;m)" -->
646it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g7eb685d3601a2f794423e4fc583f5f8c">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &amp;m)</td></tr>
647
648<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the imat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
649<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5269de662dae6b0724522c7f626216c9"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g5269de662dae6b0724522c7f626216c9" args="(it_file_old &amp;f, const bmat &amp;m)" -->
650it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g5269de662dae6b0724522c7f626216c9">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &amp;m)</td></tr>
651
652<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the bmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
653<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc4b5a5053b7f7785caf444cc8f3fb476"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gc4b5a5053b7f7785caf444cc8f3fb476" args="(it_file_old &amp;f, const cmat &amp;m)" -->
654it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc4b5a5053b7f7785caf444cc8f3fb476">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &amp;m)</td></tr>
655
656<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the cmat <code>m</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
657<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4ec6fa8dd9d75e6ff7962a3bb5598b77"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g4ec6fa8dd9d75e6ff7962a3bb5598b77" args="(it_file_old &amp;f, const Array&lt; float &gt; &amp;v)" -->
658it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g4ec6fa8dd9d75e6ff7962a3bb5598b77">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; float &gt; &amp;v)</td></tr>
659
660<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the float <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
661<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0b8f51770b15bdcad2e22529f2dc07cf"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g0b8f51770b15bdcad2e22529f2dc07cf" args="(it_file_old &amp;f, const Array&lt; double &gt; &amp;v)" -->
662it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g0b8f51770b15bdcad2e22529f2dc07cf">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; double &gt; &amp;v)</td></tr>
663
664<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the double <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
665<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g54f2bdf0e0d7d5b8d011a10328713eeb"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g54f2bdf0e0d7d5b8d011a10328713eeb" args="(it_file_old &amp;f, const Array&lt; int &gt; &amp;v)" -->
666it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g54f2bdf0e0d7d5b8d011a10328713eeb">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; int &gt; &amp;v)</td></tr>
667
668<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the int <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
669<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g475e09a65aba09073259f45b2326a187"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g475e09a65aba09073259f45b2326a187" args="(it_file_old &amp;f, const Array&lt; bin &gt; &amp;v)" -->
670it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g475e09a65aba09073259f45b2326a187">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; bin &gt; &amp;v)</td></tr>
671
672<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the <a class="el" href="classitpp_1_1bin.html" title="Binary arithmetic (boolean) class.">bin</a> <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
673<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gd490eff574e9b4754159007265492296"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gd490eff574e9b4754159007265492296" args="(it_file_old &amp;f, const Array&lt; std::complex&lt; float &gt; &gt; &amp;v)" -->
674it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gd490eff574e9b4754159007265492296">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; std::complex&lt; float &gt; &gt; &amp;v)</td></tr>
675
676<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the float complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
677<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcd57cdf80e044a2ca19f33f197dcd0d5"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gcd57cdf80e044a2ca19f33f197dcd0d5" args="(it_file_old &amp;f, const Array&lt; std::complex&lt; double &gt; &gt; &amp;v)" -->
678it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gcd57cdf80e044a2ca19f33f197dcd0d5">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; std::complex&lt; double &gt; &gt; &amp;v)</td></tr>
679
680<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the double complex <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
681<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1d58cb6a36ea9ae11946a23bd1ce4c71"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g1d58cb6a36ea9ae11946a23bd1ce4c71" args="(it_file_old &amp;f, const Array&lt; vec &gt; &amp;v)" -->
682it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g1d58cb6a36ea9ae11946a23bd1ce4c71">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Vec.html#02e1bb55f60f3c2eb7a020eb1c2cfcf4">vec</a> &gt; &amp;v)</td></tr>
683
684<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the vec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
685<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge13d0786a40df0c708f3e2d411305e41"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="ge13d0786a40df0c708f3e2d411305e41" args="(it_file_old &amp;f, const Array&lt; ivec &gt; &amp;v)" -->
686it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ge13d0786a40df0c708f3e2d411305e41">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Vec.html#b03757d874926a9be91535e71af1656e">ivec</a> &gt; &amp;v)</td></tr>
687
688<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the ivec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
689<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gea0edeada6ebf5daa195ca2455a22231"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gea0edeada6ebf5daa195ca2455a22231" args="(it_file_old &amp;f, const Array&lt; bvec &gt; &amp;v)" -->
690it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gea0edeada6ebf5daa195ca2455a22231">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Vec.html#e10151f44bbabf17b670a9493d8088cf">bvec</a> &gt; &amp;v)</td></tr>
691
692<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the bvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
693<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gef030846676bb1da911a7d10f8d58f94"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gef030846676bb1da911a7d10f8d58f94" args="(it_file_old &amp;f, const Array&lt; cvec &gt; &amp;v)" -->
694it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gef030846676bb1da911a7d10f8d58f94">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Vec.html#e83c1408740e41a7e29c383b71d4d544">cvec</a> &gt; &amp;v)</td></tr>
695
696<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the cvec <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
697<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb5f242f5563eb31304a2b55cd79276d9"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gb5f242f5563eb31304a2b55cd79276d9" args="(it_file_old &amp;f, const Array&lt; std::string &gt; &amp;v)" -->
698it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gb5f242f5563eb31304a2b55cd79276d9">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; std::string &gt; &amp;v)</td></tr>
699
700<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the string <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
701<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga68cf8c96c89984c42144f69b490e453"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="ga68cf8c96c89984c42144f69b490e453" args="(it_file_old &amp;f, const Array&lt; mat &gt; &amp;v)" -->
702it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#ga68cf8c96c89984c42144f69b490e453">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Mat.html#6bba394f181c76fda12759568986c613">mat</a> &gt; &amp;v)</td></tr>
703
704<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the mat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
705<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc2822a6c6f1ad4e5f41768d2b98e0594"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gc2822a6c6f1ad4e5f41768d2b98e0594" args="(it_file_old &amp;f, const Array&lt; imat &gt; &amp;v)" -->
706it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gc2822a6c6f1ad4e5f41768d2b98e0594">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Mat.html#9e0dd2f635e4bd0b28c09685d9c4f3bb">imat</a> &gt; &amp;v)</td></tr>
707
708<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the imat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
709<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf07d6223d200cd1eef7217375593231f"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="gf07d6223d200cd1eef7217375593231f" args="(it_file_old &amp;f, const Array&lt; bmat &gt; &amp;v)" -->
710it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#gf07d6223d200cd1eef7217375593231f">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; <a class="el" href="mat_8h.html#f90acd1af41bf2d1d8a4bb23662fff69">bmat</a> &gt; &amp;v)</td></tr>
711
712<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the bmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
713<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g19d851e039fe0118e1c528ddde09615d"></a><!-- doxytag: member="itfile.h::operator&lt;&lt;" ref="g19d851e039fe0118e1c528ddde09615d" args="(it_file_old &amp;f, const Array&lt; cmat &gt; &amp;v)" -->
714it_file_old &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__itfile.html#g19d851e039fe0118e1c528ddde09615d">itpp::operator&lt;&lt;</a> (it_file_old &amp;f, const Array&lt; <a class="el" href="classitpp_1_1Mat.html#6fbac4b7184807da188e5b85d42f038b">cmat</a> &gt; &amp;v)</td></tr>
715
716<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Write the cmat <a class="el" href="classitpp_1_1Array.html" title="General array class.">Array</a> <code>v</code> to the <code><a class="el" href="classitpp_1_1it__file__old.html" title="The old (version 2) IT++ file format reading and writing class.">it_file_old</a></code> pointer. <br></td></tr>
717</table>
718<hr><a name="_details"></a><h2>Detailed Description</h2>
719Definition of classes for the IT++ file format.
720<p>
721<dl class="author" compact><dt><b>Author:</b></dt><dd>Tony Ottosson, Tobias Ringstrom and Adam Piatyszek</dd></dl>
722-------------------------------------------------------------------------<p>
723Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)<p>
724This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.<p>
725IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<p>
726IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<p>
727You should have received a copy of the GNU General Public License along with IT++. If not, see &lt;<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>&gt;.<p>
728------------------------------------------------------------------------- </div>
729<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:13 2009 for mixpp by&nbsp;
730<a href="http://www.doxygen.org/index.html">
731<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
732</body>
733</html>
Note: See TracBrowser for help on using the browser.