<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/pysparse/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/pysparse/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/pysparse/feature-requests/</id><updated>2009-11-18T21:46:24Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>spmatrix.ll_mat(A)</title><link href="https://sourceforge.net/p/pysparse/feature-requests/3/" rel="alternate"/><published>2009-11-18T21:46:24Z</published><updated>2009-11-18T21:46:24Z</updated><author><name>Rodrigo</name><uri>https://sourceforge.net/u/iza-teran/</uri></author><id>https://sourceforge.net2246eaa1e591d4d799e8db0bcba22309aebc98aa</id><summary type="html">&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;</summary></entry><entry><title>add import pysparse; pysparse.test() mechanism</title><link href="https://sourceforge.net/p/pysparse/feature-requests/2/" rel="alternate"/><published>2008-12-11T18:26:14Z</published><updated>2008-12-11T18:26:14Z</updated><author><name>Daniel Wheeler</name><uri>https://sourceforge.net/u/wd15/</uri></author><id>https://sourceforge.nete2c6671fa7e992870911df1dbe655a91e8a5a3fa</id><summary type="html">&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;</summary></entry><entry><title>matrix sum</title><link href="https://sourceforge.net/p/pysparse/feature-requests/1/" rel="alternate"/><published>2005-12-19T16:35:02Z</published><updated>2005-12-19T16:35:02Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neteec5ce431bd3f78b5ba52ce4fb45bfc2256b7824</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please add the possibility to sum the matrix!!!!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>