<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 39: Replace blitz::Array with boost::multi_array or, MAYBE/RATHER eigen::tensor</title><link href="https://sourceforge.net/p/cppqed/feature-requests/39/" rel="alternate"/><link href="https://sourceforge.net/p/cppqed/feature-requests/39/feed.atom" rel="self"/><id>https://sourceforge.net/p/cppqed/feature-requests/39/</id><updated>2017-05-08T19:57:20.416000Z</updated><subtitle>Recent changes to 39: Replace blitz::Array with boost::multi_array or, MAYBE/RATHER eigen::tensor</subtitle><entry><title>#39 Replace blitz::Array with boost::multi_array or, MAYBE/RATHER eigen::tensor</title><link href="https://sourceforge.net/p/cppqed/feature-requests/39/?limit=25#d073" rel="alternate"/><published>2017-05-08T19:57:20.416000Z</published><updated>2017-05-08T19:57:20.416000Z</updated><author><name>Vukics, András</name><uri>https://sourceforge.net/u/vukics/</uri></author><id>https://sourceforge.netfa9698ea52af841747eb2323c9d4173895d1ebf8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It looks like Eigen is also developing a multi-array template that they call tensor:&lt;br/&gt;
&lt;a href="http://eigen.tuxfamily.org/dox-devel/unsupported/groupCXX11TensorModule.html" rel="nofollow"&gt;http://eigen.tuxfamily.org/dox-devel/unsupported/groupCXX11TensorModule.html&lt;/a&gt;&lt;br/&gt;
Looks promising…&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#39 Replace blitz::Array with boost::multi_array or, MAYBE/RATHER eigen::tensor</title><link href="https://sourceforge.net/p/cppqed/feature-requests/39/?limit=25#4b93" rel="alternate"/><published>2017-05-08T19:54:03.105000Z</published><updated>2017-05-08T19:54:03.105000Z</updated><author><name>Vukics, András</name><uri>https://sourceforge.net/u/vukics/</uri></author><id>https://sourceforge.net4486fd2e45a3875695be28e22553a5ce4b7a44f3</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;summary&lt;/strong&gt;: Replace blitz::Array with boost::multi_array --&amp;gt; Replace blitz::Array with boost::multi_array or, MAYBE/RATHER eigen::tensor&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#39 Replace blitz::Array with boost::multi_array</title><link href="https://sourceforge.net/p/cppqed/feature-requests/39/?limit=25#3b35" rel="alternate"/><published>2014-06-30T13:54:36.498000Z</published><updated>2014-06-30T13:54:36.498000Z</updated><author><name>Vukics, András</name><uri>https://sourceforge.net/u/vukics/</uri></author><id>https://sourceforge.netdab721a3588b9d11853146faf21afcd1644473e6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I almost forgot the main motivation for this replacement, which is that the whole reference-counting mechanism of Blitz++ is mostly an overkill for us, since in our simulations there is always a structure (StateVector or DensityOperator) which is supposed to own the data for the whole lifetime of the program.&lt;/p&gt;
&lt;p&gt;What we would need is const and non-const views of this data, the former of which is not very well supported by Blitz++.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#39 Replace blitz::Array with boost::multi_array</title><link href="https://sourceforge.net/p/cppqed/feature-requests/39/?limit=25#125b" rel="alternate"/><published>2014-06-27T12:02:39.365000Z</published><updated>2014-06-27T12:02:39.365000Z</updated><author><name>Vukics, András</name><uri>https://sourceforge.net/u/vukics/</uri></author><id>https://sourceforge.net09fa615a0ad61829bfca91885e77a6ab6185e256</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A façade to boost::multi_array could be used, along the lines described here:&lt;br /&gt;
&lt;a href="http://thenewcpp.wordpress.com/2011/10/27/a-boost_multi_array-facade/" rel="nofollow"&gt;http://thenewcpp.wordpress.com/2011/10/27/a-boost_multi_array-facade/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Replace blitz::Array with boost::multi_array</title><link href="https://sourceforge.net/p/cppqed/feature-requests/39/" rel="alternate"/><published>2014-06-27T12:01:58.730000Z</published><updated>2014-06-27T12:01:58.730000Z</updated><author><name>Vukics, András</name><uri>https://sourceforge.net/u/vukics/</uri></author><id>https://sourceforge.net03767e76e7fa9f8c8f4bf2f5b5a18868ee4f1277</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;As underpinning data structure, the blitz::Array could be replaced by boost::multi_array.&lt;br /&gt;
This would have the advantage of eliminating dependence on the not too well maintained Blitz++ library.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Replace blitz::Array with boost::multi_array or, MAYBE/RATHER eigen::tensor</title><link href="https://sourceforge.net/p/cppqed/feature-requests/39/" rel="alternate"/><published>2014-06-27T12:01:58.730000Z</published><updated>2014-06-27T12:01:58.730000Z</updated><author><name>Vukics, András</name><uri>https://sourceforge.net/u/vukics/</uri></author><id>https://sourceforge.net9b817a839e7b21ac9fed46de4df506b947548dd8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 39 has been modified: Replace blitz::Array with boost::multi_array or, MAYBE/RATHER eigen::tensor&lt;br/&gt;
Edited By: Vukics, András (vukics)&lt;br/&gt;
Summary updated: u'Replace blitz::Array with boost::multi_array' =&amp;gt; u'Replace blitz::Array with boost::multi_array or, MAYBE/RATHER eigen::tensor'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>