<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/pysparse/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/pysparse/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 18 Nov 2009 21:46:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pysparse/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>spmatrix.ll_mat(A)</title><link>https://sourceforge.net/p/pysparse/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear Sirs, &lt;/p&gt;
&lt;p&gt;I have tried to a convert a full matrix 11000x11000 (this can be sparse depending on processing) into the pysparse linked list format. All mehtods I use where very poor in performance. A summary of what I have tried: &lt;/p&gt;
&lt;p&gt;a) reading from a file spmatrix.ll_mat_from_mtx&lt;br /&gt;
this was very very time consuming&lt;br /&gt;
b) extracting the indexes and the values of the matrix an then using put(V,index1,index2)&lt;br /&gt;
also time consuming&lt;br /&gt;
c) with a double loop&lt;br /&gt;
for ii in xrange(N):&lt;br /&gt;
for jj in xrange(N):&lt;br /&gt;
Al[ii,jj]=K[ii,jj]&lt;br /&gt;
also very time consuming &lt;/p&gt;
&lt;p&gt;Is there any possibility to have a method like:&lt;br /&gt;
Al = spmatrix.ll_mat(A)  where A can be a full matrix &lt;br /&gt;
or something like &lt;br /&gt;
Al=spmatrix.coo_toll(V,I,J)&lt;/p&gt;
&lt;p&gt;For such big matrices (remember they are full) this could mean a dramatic improvement in many cases (I use of such matrices for eigenvalue calculations using jdsym).&lt;/p&gt;
&lt;p&gt;Thank you very much &lt;/p&gt;
&lt;p&gt;Rodrigo&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rodrigo</dc:creator><pubDate>Wed, 18 Nov 2009 21:46:24 -0000</pubDate><guid>https://sourceforge.net2246eaa1e591d4d799e8db0bcba22309aebc98aa</guid></item><item><title>add import pysparse; pysparse.test() mechanism</title><link>https://sourceforge.net/p/pysparse/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;add "import pysparse; pysparse.test()" mechanism that launches all the tests. Always useful, since most people, especially windows users and source package managers just install stuff on the fly and never actually unpack and run the tests. It makes support easier too.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Wheeler</dc:creator><pubDate>Thu, 11 Dec 2008 18:26:14 -0000</pubDate><guid>https://sourceforge.nete2c6671fa7e992870911df1dbe655a91e8a5a3fa</guid></item><item><title>matrix sum</title><link>https://sourceforge.net/p/pysparse/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add the possibility to sum the matrix!!!!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 19 Dec 2005 16:35:02 -0000</pubDate><guid>https://sourceforge.neteec5ce431bd3f78b5ba52ce4fb45bfc2256b7824</guid></item></channel></rss>