root/doc/html/itfile_8cpp.html @ 354

Revision 353, 118.6 kB (checked in by smidl, 16 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.cpp 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.cpp File Reference</h1>Implementation of classes for the IT++ file format. 
68<a href="#_details">More...</a>
69<p>
70<code>#include &lt;<a class="el" href="itfile_8h-source.html">itpp/base/itfile.h</a>&gt;</code><br>
71<table border="0" cellpadding="0" cellspacing="0">
72<tr><td></td></tr>
73<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
74<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g280f993271f63dd8cf170cc89e708e6e"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g280f993271f63dd8cf170cc89e708e6e" args="(it_ifile &amp;f, char &amp;v)" -->
75it_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>
76
77<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>
78<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g44ec692d4378a95aaf4df751fd708f23"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g44ec692d4378a95aaf4df751fd708f23" args="(it_ifile &amp;f, bool &amp;v)" -->
79it_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>
80
81<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>
82<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g73156e88410ece45a26271d472f973bf"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g73156e88410ece45a26271d472f973bf" args="(it_ifile &amp;f, bin &amp;v)" -->
83it_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>
84
85<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>
86<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2883ad49b7a5acc270e6fbdb9dc2ff1d"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g2883ad49b7a5acc270e6fbdb9dc2ff1d" args="(it_ifile &amp;f, short &amp;v)" -->
87it_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>
88
89<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>
90<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4554cba7d8de58216838dae0dcb3d126"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g4554cba7d8de58216838dae0dcb3d126" args="(it_ifile &amp;f, int &amp;v)" -->
91it_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>
92
93<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>
94<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge7a1062053883bafe3842b0bd72eab8d"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="ge7a1062053883bafe3842b0bd72eab8d" args="(it_ifile &amp;f, float &amp;v)" -->
95it_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>
96
97<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>
98<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdc551e7e996be40e4d690978b81d9e99"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gdc551e7e996be40e4d690978b81d9e99" args="(it_ifile &amp;f, double &amp;v)" -->
99it_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>
100
101<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>
102<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3d085b0c1334779e46e108118182ba83"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g3d085b0c1334779e46e108118182ba83" args="(it_ifile &amp;f, std::complex&lt; float &gt; &amp;v)" -->
103it_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>
104
105<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>
106<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge1019a5690ccff092a8090fff202a953"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="ge1019a5690ccff092a8090fff202a953" args="(it_ifile &amp;f, std::complex&lt; double &gt; &amp;v)" -->
107it_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>
108
109<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>
110<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9dc0f8b5ce054bcfc3cfa7ad195f3a9b"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g9dc0f8b5ce054bcfc3cfa7ad195f3a9b" args="(it_ifile &amp;f, bvec &amp;v)" -->
111it_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>
112
113<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>
114<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2a7c863335ce93ecd214a7d6829081f0"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g2a7c863335ce93ecd214a7d6829081f0" args="(it_ifile &amp;f, svec &amp;v)" -->
115it_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>
116
117<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>
118<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4692514e2c40dd2d06b969faf7b19582"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g4692514e2c40dd2d06b969faf7b19582" args="(it_ifile &amp;f, ivec &amp;v)" -->
119it_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>
120
121<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>
122<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g958315c738305663890ca0b373d768c3"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g958315c738305663890ca0b373d768c3" args="(it_ifile &amp;f, vec &amp;v)" -->
123it_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>
124
125<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>
126<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g98da8ebbc297a276853cd95a5d39f97b"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g98da8ebbc297a276853cd95a5d39f97b" args="(it_ifile &amp;f, cvec &amp;v)" -->
127it_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>
128
129<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>
130<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge2a50f26ed78f8dec731ac1e057c985d"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="ge2a50f26ed78f8dec731ac1e057c985d" args="(it_ifile &amp;f, std::string &amp;str)" -->
131it_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>
132
133<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>
134<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g225d7f512acc8d4325bd1664e370f161"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g225d7f512acc8d4325bd1664e370f161" args="(it_ifile &amp;f, bmat &amp;m)" -->
135it_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>
136
137<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>
138<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g151c881ee70804af017d5816c03e0277"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g151c881ee70804af017d5816c03e0277" args="(it_ifile &amp;f, smat &amp;m)" -->
139it_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>
140
141<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>
142<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2b1f42241ec021366d82e2157f188b9a"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g2b1f42241ec021366d82e2157f188b9a" args="(it_ifile &amp;f, imat &amp;m)" -->
143it_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>
144
145<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>
146<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g874048109adc92f4c94934659f6a68bb"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g874048109adc92f4c94934659f6a68bb" args="(it_ifile &amp;f, mat &amp;m)" -->
147it_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>
148
149<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>
150<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g094bfdf93c3709c42abb58335788ba2e"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g094bfdf93c3709c42abb58335788ba2e" args="(it_ifile &amp;f, cmat &amp;m)" -->
151it_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>
152
153<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>
154<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9f3120e647198e6d31d0ce4ff1f8bd61"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g9f3120e647198e6d31d0ce4ff1f8bd61" args="(it_ifile &amp;f, Array&lt; bin &gt; &amp;v)" -->
155it_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>
156
157<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>
158<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8944a69b7bf7d45a7cddf4af59951e68"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g8944a69b7bf7d45a7cddf4af59951e68" args="(it_ifile &amp;f, Array&lt; short &gt; &amp;v)" -->
159it_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>
160
161<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>
162<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb5efc234acb63bea16cf550f048d5ce7"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gb5efc234acb63bea16cf550f048d5ce7" args="(it_ifile &amp;f, Array&lt; int &gt; &amp;v)" -->
163it_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>
164
165<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>
166<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8e30bf8adc48dfdd05a4798dd70dea0a"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g8e30bf8adc48dfdd05a4798dd70dea0a" args="(it_ifile &amp;f, Array&lt; float &gt; &amp;v)" -->
167it_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>
168
169<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>
170<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga9cfe5251f0f4ef7aa8227db17a0c9d6"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="ga9cfe5251f0f4ef7aa8227db17a0c9d6" args="(it_ifile &amp;f, Array&lt; double &gt; &amp;v)" -->
171it_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>
172
173<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>
174<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0bfc8e56b0971aab52173189e2e62691"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g0bfc8e56b0971aab52173189e2e62691" args="(it_ifile &amp;f, Array&lt; std::complex&lt; float &gt; &gt; &amp;v)" -->
175it_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>
176
177<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>
178<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gef0ef02dba75c60e857e0c3d58d05fd3"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gef0ef02dba75c60e857e0c3d58d05fd3" args="(it_ifile &amp;f, Array&lt; std::complex&lt; double &gt; &gt; &amp;v)" -->
179it_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>
180
181<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>
182<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5273b6d411818105095fffffae742ff9"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g5273b6d411818105095fffffae742ff9" args="(it_ifile &amp;f, Array&lt; bvec &gt; &amp;v)" -->
183it_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>
184
185<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>
186<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga179aec94c6e04c7c26de00ec3068133"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="ga179aec94c6e04c7c26de00ec3068133" args="(it_ifile &amp;f, Array&lt; svec &gt; &amp;v)" -->
187it_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>
188
189<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>
190<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdd061057bf50dcb9f684f6dbccab128a"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gdd061057bf50dcb9f684f6dbccab128a" args="(it_ifile &amp;f, Array&lt; ivec &gt; &amp;v)" -->
191it_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>
192
193<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>
194<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2cd1c3dc1e29d36331c92f4416d58f82"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g2cd1c3dc1e29d36331c92f4416d58f82" args="(it_ifile &amp;f, Array&lt; vec &gt; &amp;v)" -->
195it_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>
196
197<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>
198<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcc58a680f656efb81d0f5b9b5e4110b6"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gcc58a680f656efb81d0f5b9b5e4110b6" args="(it_ifile &amp;f, Array&lt; cvec &gt; &amp;v)" -->
199it_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>
200
201<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>
202<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8ae29ab6534c877f2e1c1f80fbeadd4c"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g8ae29ab6534c877f2e1c1f80fbeadd4c" args="(it_ifile &amp;f, Array&lt; std::string &gt; &amp;v)" -->
203it_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>
204
205<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>
206<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc007b9e49e616ce625a9579f866df6d0"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gc007b9e49e616ce625a9579f866df6d0" args="(it_ifile &amp;f, Array&lt; bmat &gt; &amp;v)" -->
207it_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>
208
209<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>
210<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9b3565c2fd60ea4a18d5b0fbb4c04d3e"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g9b3565c2fd60ea4a18d5b0fbb4c04d3e" args="(it_ifile &amp;f, Array&lt; smat &gt; &amp;v)" -->
211it_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>
212
213<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>
214<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gfe3bca94ecb7b4ee7d8f93bb88f6f06f"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gfe3bca94ecb7b4ee7d8f93bb88f6f06f" args="(it_ifile &amp;f, Array&lt; imat &gt; &amp;v)" -->
215it_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>
216
217<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>
218<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g45b206fcc216a74dd0f91dc80cb8ae96"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g45b206fcc216a74dd0f91dc80cb8ae96" args="(it_ifile &amp;f, Array&lt; mat &gt; &amp;v)" -->
219it_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>
220
221<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>
222<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g11824e3eebade1cd49a3e0afcd35bd00"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g11824e3eebade1cd49a3e0afcd35bd00" args="(it_ifile &amp;f, Array&lt; cmat &gt; &amp;v)" -->
223it_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>
224
225<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>
226<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6eed974716b166ec1baaee323e61ae7d"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g6eed974716b166ec1baaee323e61ae7d" args="(it_file &amp;f, char x)" -->
227it_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>
228
229<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>
230<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g77485783b1b0e2906cdd64e913ff5eb2"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g77485783b1b0e2906cdd64e913ff5eb2" args="(it_file &amp;f, bool x)" -->
231it_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>
232
233<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>
234<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb9ad62d2c3114f23da4466e35a900226"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gb9ad62d2c3114f23da4466e35a900226" args="(it_file &amp;f, bin x)" -->
235it_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>
236
237<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>
238<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc35ed281f0dc443f44cf0c59d305b4f5"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gc35ed281f0dc443f44cf0c59d305b4f5" args="(it_file &amp;f, short x)" -->
239it_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>
240
241<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>
242<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g062ab1ef4fdb7725439654f642610fb6"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g062ab1ef4fdb7725439654f642610fb6" args="(it_file &amp;f, int x)" -->
243it_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>
244
245<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>
246<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7351011f98711b3663aee8f49f973abb"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g7351011f98711b3663aee8f49f973abb" args="(it_file &amp;f, float x)" -->
247it_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>
248
249<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>
250<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc5d8c82f15ae783debf95f9765d35234"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gc5d8c82f15ae783debf95f9765d35234" args="(it_file &amp;f, double x)" -->
251it_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>
252
253<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>
254<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0cf2dee8bdc418599d49b29f768f3923"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g0cf2dee8bdc418599d49b29f768f3923" args="(it_file &amp;f, std::complex&lt; float &gt; x)" -->
255it_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>
256
257<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>
258<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge866393508b741620e3bea3d3c46b347"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="ge866393508b741620e3bea3d3c46b347" args="(it_file &amp;f, std::complex&lt; double &gt; x)" -->
259it_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>
260
261<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>
262<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb895ee83b9d78b2a69f28518479bd0c2"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gb895ee83b9d78b2a69f28518479bd0c2" args="(it_file &amp;f, const bvec &amp;v)" -->
263it_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>
264
265<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>
266<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga94ce5333fed62623813d6cbcb70c1cb"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="ga94ce5333fed62623813d6cbcb70c1cb" args="(it_file &amp;f, const svec &amp;v)" -->
267it_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>
268
269<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>
270<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3dee62dcc4518d4af5917e50b81b5c2c"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g3dee62dcc4518d4af5917e50b81b5c2c" args="(it_file &amp;f, const ivec &amp;v)" -->
271it_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>
272
273<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>
274<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gad695a9d7f6b8b675d9eae64753dfd7e"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gad695a9d7f6b8b675d9eae64753dfd7e" args="(it_file &amp;f, const vec &amp;v)" -->
275it_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>
276
277<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>
278<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g21dde66c760f5f7fb5a70f0b786a8e7f"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g21dde66c760f5f7fb5a70f0b786a8e7f" args="(it_file &amp;f, const cvec &amp;v)" -->
279it_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>
280
281<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>
282<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3f3dbae9e8c925332d875424b0f817c2"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g3f3dbae9e8c925332d875424b0f817c2" args="(it_file &amp;f, const std::string &amp;str)" -->
283it_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>
284
285<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>
286<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g56ef764febc0e47802d22faae548e9f7"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g56ef764febc0e47802d22faae548e9f7" args="(it_file &amp;f, const bmat &amp;m)" -->
287it_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>
288
289<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>
290<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9381d5f972d51f69e7cb8e7981757146"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g9381d5f972d51f69e7cb8e7981757146" args="(it_file &amp;f, const smat &amp;m)" -->
291it_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>
292
293<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>
294<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g593f4cebbe97f056477161978fd1bdcc"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g593f4cebbe97f056477161978fd1bdcc" args="(it_file &amp;f, const imat &amp;m)" -->
295it_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>
296
297<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>
298<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1b7d6c3e0bb6011be9785ce39c6210c1"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g1b7d6c3e0bb6011be9785ce39c6210c1" args="(it_file &amp;f, const mat &amp;m)" -->
299it_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>
300
301<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>
302<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g68f7990c8d75cd4f7791cbda74a96bdf"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g68f7990c8d75cd4f7791cbda74a96bdf" args="(it_file &amp;f, const cmat &amp;m)" -->
303it_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>
304
305<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>
306<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcb5994cba094c03eacb1f02b5c347b40"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gcb5994cba094c03eacb1f02b5c347b40" args="(it_file &amp;f, const Array&lt; bin &gt; &amp;v)" -->
307it_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>
308
309<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>
310<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7282890470c9b7baf0d796682386ec84"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g7282890470c9b7baf0d796682386ec84" args="(it_file &amp;f, const Array&lt; short &gt; &amp;v)" -->
311it_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>
312
313<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>
314<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g043ba3a5a3d0ac2afed822f639c274c4"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g043ba3a5a3d0ac2afed822f639c274c4" args="(it_file &amp;f, const Array&lt; int &gt; &amp;v)" -->
315it_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>
316
317<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>
318<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g93f65444f44c01b465fa772896c69dde"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g93f65444f44c01b465fa772896c69dde" args="(it_file &amp;f, const Array&lt; float &gt; &amp;v)" -->
319it_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>
320
321<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>
322<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g323e4805ee9245f87674881d4b6ec2d0"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g323e4805ee9245f87674881d4b6ec2d0" args="(it_file &amp;f, const Array&lt; double &gt; &amp;v)" -->
323it_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>
324
325<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>
326<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9027f4997841d95df7a42ffbd073f44f"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g9027f4997841d95df7a42ffbd073f44f" args="(it_file &amp;f, const Array&lt; std::complex&lt; float &gt; &gt; &amp;v)" -->
327it_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>
328
329<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>
330<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4aeec65cd1d84213b3c35c189beedc39"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g4aeec65cd1d84213b3c35c189beedc39" args="(it_file &amp;f, const Array&lt; std::complex&lt; double &gt; &gt; &amp;v)" -->
331it_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>
332
333<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>
334<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2e1e8e51182215564004e473b02be71a"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g2e1e8e51182215564004e473b02be71a" args="(it_file &amp;f, const Array&lt; bvec &gt; &amp;v)" -->
335it_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>
336
337<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>
338<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g49fa4229e4f2e946cd8cdc76bb9bfd91"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g49fa4229e4f2e946cd8cdc76bb9bfd91" args="(it_file &amp;f, const Array&lt; svec &gt; &amp;v)" -->
339it_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>
340
341<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>
342<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga83320b63db77c10b4520c02af842bf6"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="ga83320b63db77c10b4520c02af842bf6" args="(it_file &amp;f, const Array&lt; ivec &gt; &amp;v)" -->
343it_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>
344
345<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>
346<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g33a7b1e0cbef9967bb1477232b10d73a"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g33a7b1e0cbef9967bb1477232b10d73a" args="(it_file &amp;f, const Array&lt; vec &gt; &amp;v)" -->
347it_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>
348
349<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>
350<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga61728d50015878d41f4d740d09903d5"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="ga61728d50015878d41f4d740d09903d5" args="(it_file &amp;f, const Array&lt; cvec &gt; &amp;v)" -->
351it_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>
352
353<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>
354<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1b3b0b321ecdc133ecbb0359b61a1d2a"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g1b3b0b321ecdc133ecbb0359b61a1d2a" args="(it_file &amp;f, const Array&lt; std::string &gt; &amp;v)" -->
355it_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>
356
357<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>
358<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g692caa9d23a3de4b321bc2a6e6b716a3"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g692caa9d23a3de4b321bc2a6e6b716a3" args="(it_file &amp;f, const Array&lt; bmat &gt; &amp;v)" -->
359it_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>
360
361<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>
362<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g510959ecb57b50f12f78774dc1edfb8b"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g510959ecb57b50f12f78774dc1edfb8b" args="(it_file &amp;f, const Array&lt; smat &gt; &amp;v)" -->
363it_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>
364
365<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>
366<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9bcdc15f8805671f604bc396bf7c180e"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g9bcdc15f8805671f604bc396bf7c180e" args="(it_file &amp;f, const Array&lt; imat &gt; &amp;v)" -->
367it_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>
368
369<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>
370<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0c660401e1377838a8fd2f6942619d2f"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g0c660401e1377838a8fd2f6942619d2f" args="(it_file &amp;f, const Array&lt; mat &gt; &amp;v)" -->
371it_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>
372
373<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>
374<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc3cf93c79e90580f81c274a188a80638"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gc3cf93c79e90580f81c274a188a80638" args="(it_file &amp;f, const Array&lt; cmat &gt; &amp;v)" -->
375it_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>
376
377<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>
378<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge4f2112f94fc2011d2fb0101db21dbbe"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="ge4f2112f94fc2011d2fb0101db21dbbe" args="(it_ifile_old &amp;f, char &amp;v)" -->
379it_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>
380
381<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>
382<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge53abf84358540ca612c98fda8ed6511"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="ge53abf84358540ca612c98fda8ed6511" args="(it_ifile_old &amp;f, bin &amp;v)" -->
383it_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>
384
385<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>
386<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g3776d8ecf123a5d5e31ad0dc7f2aa7d6"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g3776d8ecf123a5d5e31ad0dc7f2aa7d6" args="(it_ifile_old &amp;f, short &amp;v)" -->
387it_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>
388
389<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>
390<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gade1deb760bf9ce2a69e2b2d1791918d"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gade1deb760bf9ce2a69e2b2d1791918d" args="(it_ifile_old &amp;f, int &amp;v)" -->
391it_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>
392
393<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>
394<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g42ffb342415b776e00e126df6707450b"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g42ffb342415b776e00e126df6707450b" args="(it_ifile_old &amp;f, double &amp;v)" -->
395it_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>
396
397<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>
398<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g9b7b7f64c87466464e662e9220eaa714"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g9b7b7f64c87466464e662e9220eaa714" args="(it_ifile_old &amp;f, float &amp;v)" -->
399it_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>
400
401<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>
402<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf70c3154da0eac4ebe173f78d4746cd0"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gf70c3154da0eac4ebe173f78d4746cd0" args="(it_ifile_old &amp;f, std::complex&lt; float &gt; &amp;v)" -->
403it_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>
404
405<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>
406<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5fd3f35fdaadf8c610c4f4d71361eceb"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g5fd3f35fdaadf8c610c4f4d71361eceb" args="(it_ifile_old &amp;f, std::complex&lt; double &gt; &amp;v)" -->
407it_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>
408
409<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>
410<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g42e0d18fd2ccc93b2e8687dc47eaca1e"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g42e0d18fd2ccc93b2e8687dc47eaca1e" args="(it_ifile_old &amp;f, vec &amp;v)" -->
411it_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>
412
413<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>
414<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g77c8170f3df68a4142a895c3e993e5ab"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g77c8170f3df68a4142a895c3e993e5ab" args="(it_ifile_old &amp;f, ivec &amp;v)" -->
415it_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>
416
417<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>
418<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2b878ff26426c4b876d372b265188747"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g2b878ff26426c4b876d372b265188747" args="(it_ifile_old &amp;f, bvec &amp;v)" -->
419it_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>
420
421<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>
422<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g79f9cb568ee0d77ff7011ec8068022a8"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g79f9cb568ee0d77ff7011ec8068022a8" args="(it_ifile_old &amp;f, cvec &amp;v)" -->
423it_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>
424
425<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>
426<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g2f5261d34439689186bdec3df3cba592"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g2f5261d34439689186bdec3df3cba592" args="(it_ifile_old &amp;f, std::string &amp;str)" -->
427it_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>
428
429<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>
430<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g52753f169148b72f9d8e8e03f31c12c8"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g52753f169148b72f9d8e8e03f31c12c8" args="(it_ifile_old &amp;f, mat &amp;m)" -->
431it_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>
432
433<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>
434<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0c02d8cef1c05906e0f95ca7f35ca6dc"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g0c02d8cef1c05906e0f95ca7f35ca6dc" args="(it_ifile_old &amp;f, imat &amp;m)" -->
435it_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>
436
437<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>
438<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gad37ec8501a726083e78592f47876a3b"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gad37ec8501a726083e78592f47876a3b" args="(it_ifile_old &amp;f, bmat &amp;m)" -->
439it_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>
440
441<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>
442<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g044fbca7da20c6ae3cbe3f7faf056c89"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g044fbca7da20c6ae3cbe3f7faf056c89" args="(it_ifile_old &amp;f, cmat &amp;m)" -->
443it_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>
444
445<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>
446<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6afb4454cd5ea3b3bb7135d1b62725a7"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g6afb4454cd5ea3b3bb7135d1b62725a7" args="(it_ifile_old &amp;f, Array&lt; float &gt; &amp;v)" -->
447it_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>
448
449<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>
450<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g59da826305bf142eb8c5ed080a5717d3"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g59da826305bf142eb8c5ed080a5717d3" args="(it_ifile_old &amp;f, Array&lt; double &gt; &amp;v)" -->
451it_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>
452
453<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>
454<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc5b2acab02fadaba9bb32d76f49f130c"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gc5b2acab02fadaba9bb32d76f49f130c" args="(it_ifile_old &amp;f, Array&lt; int &gt; &amp;v)" -->
455it_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>
456
457<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>
458<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb8b9c052e3c9b69644091ffe79573065"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gb8b9c052e3c9b69644091ffe79573065" args="(it_ifile_old &amp;f, Array&lt; bin &gt; &amp;v)" -->
459it_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>
460
461<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>
462<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g90cb5d15cf1d27321d84076dae6b8675"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g90cb5d15cf1d27321d84076dae6b8675" args="(it_ifile_old &amp;f, Array&lt; std::complex&lt; float &gt; &gt; &amp;v)" -->
463it_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>
464
465<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>
466<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g621dde587f98bea319d4818c8dafcad1"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g621dde587f98bea319d4818c8dafcad1" args="(it_ifile_old &amp;f, Array&lt; std::complex&lt; double &gt; &gt; &amp;v)" -->
467it_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>
468
469<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>
470<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga24bebd5888b6387722a4a4d09f9ff85"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="ga24bebd5888b6387722a4a4d09f9ff85" args="(it_ifile_old &amp;f, Array&lt; vec &gt; &amp;v)" -->
471it_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>
472
473<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>
474<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc7dd6d96b53476e92b8e2ed4676d0144"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gc7dd6d96b53476e92b8e2ed4676d0144" args="(it_ifile_old &amp;f, Array&lt; ivec &gt; &amp;v)" -->
475it_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>
476
477<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>
478<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g6d15c89354d05cc591ae8112d1b73cfb"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g6d15c89354d05cc591ae8112d1b73cfb" args="(it_ifile_old &amp;f, Array&lt; bvec &gt; &amp;v)" -->
479it_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>
480
481<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>
482<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gd72b9d2baf723d550b82bea1be697486"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gd72b9d2baf723d550b82bea1be697486" args="(it_ifile_old &amp;f, Array&lt; cvec &gt; &amp;v)" -->
483it_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>
484
485<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>
486<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf088fb62b7e830db6d97ac58a5518072"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="gf088fb62b7e830db6d97ac58a5518072" args="(it_ifile_old &amp;f, Array&lt; std::string &gt; &amp;v)" -->
487it_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>
488
489<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>
490<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5dfe148f8f1f0b0b0ab447718d62d41d"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g5dfe148f8f1f0b0b0ab447718d62d41d" args="(it_ifile_old &amp;f, Array&lt; mat &gt; &amp;v)" -->
491it_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>
492
493<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>
494<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1a075f64697eeedf03c5caa2c2f76ada"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g1a075f64697eeedf03c5caa2c2f76ada" args="(it_ifile_old &amp;f, Array&lt; imat &gt; &amp;v)" -->
495it_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>
496
497<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>
498<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g44a8d5a4881c1d7bcd67c4178bc4bc74"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="g44a8d5a4881c1d7bcd67c4178bc4bc74" args="(it_ifile_old &amp;f, Array&lt; bmat &gt; &amp;v)" -->
499it_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>
500
501<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>
502<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga155df7d35e09e9fa9e0330ba2521a00"></a><!-- doxytag: member="itfile.cpp::operator&gt;&gt;" ref="ga155df7d35e09e9fa9e0330ba2521a00" args="(it_ifile_old &amp;f, Array&lt; cmat &gt; &amp;v)" -->
503it_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>
504
505<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>
506<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g755081f8997a79774675742f3f4c5829"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g755081f8997a79774675742f3f4c5829" args="(it_file_old &amp;f, char x)" -->
507it_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>
508
509<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>
510<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge231bd8bec4ba88cce48da7c84edfe5e"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="ge231bd8bec4ba88cce48da7c84edfe5e" args="(it_file_old &amp;f, bin x)" -->
511it_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>
512
513<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>
514<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf104044ec7779dc23ec1868ae4b549a9"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gf104044ec7779dc23ec1868ae4b549a9" args="(it_file_old &amp;f, short x)" -->
515it_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>
516
517<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>
518<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g123c891629438fc11d5763d0bf1f3aac"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g123c891629438fc11d5763d0bf1f3aac" args="(it_file_old &amp;f, int x)" -->
519it_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>
520
521<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>
522<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g8d65a518caad25c607fea1fedc5f7663"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g8d65a518caad25c607fea1fedc5f7663" args="(it_file_old &amp;f, float x)" -->
523it_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>
524
525<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>
526<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7bfd9a3c394e1cb9318a80db28b4c6d6"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g7bfd9a3c394e1cb9318a80db28b4c6d6" args="(it_file_old &amp;f, double x)" -->
527it_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>
528
529<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>
530<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g838850f054536f2607ed67d3f847d53b"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g838850f054536f2607ed67d3f847d53b" args="(it_file_old &amp;f, std::complex&lt; float &gt; x)" -->
531it_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>
532
533<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>
534<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga1634cbf3ba25e9061586cac600656f2"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="ga1634cbf3ba25e9061586cac600656f2" args="(it_file_old &amp;f, std::complex&lt; double &gt; x)" -->
535it_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>
536
537<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>
538<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g983ae27993f5c8cd13f720e560ba0923"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g983ae27993f5c8cd13f720e560ba0923" args="(it_file_old &amp;f, const vec &amp;v)" -->
539it_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>
540
541<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>
542<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g097f3b47050cc29dea572e364d387050"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g097f3b47050cc29dea572e364d387050" args="(it_file_old &amp;f, const ivec &amp;v)" -->
543it_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>
544
545<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>
546<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gda0a04bb9b40d419eb7e4c944d85f74d"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gda0a04bb9b40d419eb7e4c944d85f74d" args="(it_file_old &amp;f, const bvec &amp;v)" -->
547it_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>
548
549<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>
550<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gab1d6b61165ceaa147016306afd68029"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gab1d6b61165ceaa147016306afd68029" args="(it_file_old &amp;f, const cvec &amp;v)" -->
551it_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>
552
553<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>
554<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gdeff536c457ade274815c65ce68aa836"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gdeff536c457ade274815c65ce68aa836" args="(it_file_old &amp;f, const std::string &amp;str)" -->
555it_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>
556
557<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>
558<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g33f123353e20702c6f35d216d8f4a7be"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g33f123353e20702c6f35d216d8f4a7be" args="(it_file_old &amp;f, const mat &amp;m)" -->
559it_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>
560
561<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>
562<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g7eb685d3601a2f794423e4fc583f5f8c"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g7eb685d3601a2f794423e4fc583f5f8c" args="(it_file_old &amp;f, const imat &amp;m)" -->
563it_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>
564
565<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>
566<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g5269de662dae6b0724522c7f626216c9"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g5269de662dae6b0724522c7f626216c9" args="(it_file_old &amp;f, const bmat &amp;m)" -->
567it_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>
568
569<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>
570<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc4b5a5053b7f7785caf444cc8f3fb476"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gc4b5a5053b7f7785caf444cc8f3fb476" args="(it_file_old &amp;f, const cmat &amp;m)" -->
571it_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>
572
573<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>
574<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g4ec6fa8dd9d75e6ff7962a3bb5598b77"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g4ec6fa8dd9d75e6ff7962a3bb5598b77" args="(it_file_old &amp;f, const Array&lt; float &gt; &amp;v)" -->
575it_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>
576
577<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>
578<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g0b8f51770b15bdcad2e22529f2dc07cf"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g0b8f51770b15bdcad2e22529f2dc07cf" args="(it_file_old &amp;f, const Array&lt; double &gt; &amp;v)" -->
579it_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>
580
581<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>
582<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g54f2bdf0e0d7d5b8d011a10328713eeb"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g54f2bdf0e0d7d5b8d011a10328713eeb" args="(it_file_old &amp;f, const Array&lt; int &gt; &amp;v)" -->
583it_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>
584
585<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>
586<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g475e09a65aba09073259f45b2326a187"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g475e09a65aba09073259f45b2326a187" args="(it_file_old &amp;f, const Array&lt; bin &gt; &amp;v)" -->
587it_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>
588
589<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>
590<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gd490eff574e9b4754159007265492296"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gd490eff574e9b4754159007265492296" args="(it_file_old &amp;f, const Array&lt; std::complex&lt; float &gt; &gt; &amp;v)" -->
591it_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>
592
593<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>
594<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gcd57cdf80e044a2ca19f33f197dcd0d5"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gcd57cdf80e044a2ca19f33f197dcd0d5" args="(it_file_old &amp;f, const Array&lt; std::complex&lt; double &gt; &gt; &amp;v)" -->
595it_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>
596
597<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>
598<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g1d58cb6a36ea9ae11946a23bd1ce4c71"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g1d58cb6a36ea9ae11946a23bd1ce4c71" args="(it_file_old &amp;f, const Array&lt; vec &gt; &amp;v)" -->
599it_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>
600
601<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>
602<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ge13d0786a40df0c708f3e2d411305e41"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="ge13d0786a40df0c708f3e2d411305e41" args="(it_file_old &amp;f, const Array&lt; ivec &gt; &amp;v)" -->
603it_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>
604
605<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>
606<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gea0edeada6ebf5daa195ca2455a22231"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gea0edeada6ebf5daa195ca2455a22231" args="(it_file_old &amp;f, const Array&lt; bvec &gt; &amp;v)" -->
607it_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>
608
609<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>
610<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gef030846676bb1da911a7d10f8d58f94"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gef030846676bb1da911a7d10f8d58f94" args="(it_file_old &amp;f, const Array&lt; cvec &gt; &amp;v)" -->
611it_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>
612
613<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>
614<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gb5f242f5563eb31304a2b55cd79276d9"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gb5f242f5563eb31304a2b55cd79276d9" args="(it_file_old &amp;f, const Array&lt; std::string &gt; &amp;v)" -->
615it_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>
616
617<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>
618<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ga68cf8c96c89984c42144f69b490e453"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="ga68cf8c96c89984c42144f69b490e453" args="(it_file_old &amp;f, const Array&lt; mat &gt; &amp;v)" -->
619it_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>
620
621<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>
622<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gc2822a6c6f1ad4e5f41768d2b98e0594"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gc2822a6c6f1ad4e5f41768d2b98e0594" args="(it_file_old &amp;f, const Array&lt; imat &gt; &amp;v)" -->
623it_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>
624
625<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>
626<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="gf07d6223d200cd1eef7217375593231f"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="gf07d6223d200cd1eef7217375593231f" args="(it_file_old &amp;f, const Array&lt; bmat &gt; &amp;v)" -->
627it_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>
628
629<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>
630<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="g19d851e039fe0118e1c528ddde09615d"></a><!-- doxytag: member="itfile.cpp::operator&lt;&lt;" ref="g19d851e039fe0118e1c528ddde09615d" args="(it_file_old &amp;f, const Array&lt; cmat &gt; &amp;v)" -->
631it_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>
632
633<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>
634</table>
635<hr><a name="_details"></a><h2>Detailed Description</h2>
636Implementation of classes for the IT++ file format.
637<p>
638<dl class="author" compact><dt><b>Author:</b></dt><dd>Tony Ottosson, Tobias Ringstrom and Adam Piatyszek</dd></dl>
639-------------------------------------------------------------------------<p>
640Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)<p>
641This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.<p>
642IT++ 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>
643IT++ 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>
644You 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>
645------------------------------------------------------------------------- </div>
646<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:13 2009 for mixpp by&nbsp;
647<a href="http://www.doxygen.org/index.html">
648<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
649</body>
650</html>
Note: See TracBrowser for help on using the browser.