Re: [OctDev] linear-algebra release

2010-06-07 Thread Carlo de Falco
On 7 Jun 2010, at 18:27, Søren Hauberg wrote: > man, 07 06 2010 kl. 11:41 +0200, skrev Jaroslav Hajek: >> I made some more adjustments (particularly docs), and I also removed >> GramSchmidt because it is now replaced by mgorth (which is better). I >> think the linear-algebra package is ready for

Re: [OctDev] linear-algebra release

2010-06-07 Thread Søren Hauberg
man, 07 06 2010 kl. 11:41 +0200, skrev Jaroslav Hajek: > I made some more adjustments (particularly docs), and I also removed > GramSchmidt because it is now replaced by mgorth (which is better). I > think the linear-algebra package is ready for the release. Does anyone > of you want to change some

[OctDev] linear-algebra release

2010-06-07 Thread Jaroslav Hajek
hi guys, I made some more adjustments (particularly docs), and I also removed GramSchmidt because it is now replaced by mgorth (which is better). I think the linear-algebra package is ready for the release. Does anyone of you want to change something more? -- RNDr. Jaroslav Hajek, PhD computing

Re: [OctDev] linear-algebra release

2010-05-31 Thread Carlo de Falco
On 31 May 2010, at 09:45, Carlo de Falco wrote: On 31 May 2010, at 08:35, Jaroslav Hajek wrote: I improved mgorth using a template to compute in single/double real/complex. 3.3.51+ has even more powerful tools to reduce the amount of boilerplate code for such tasks, but I tried to avoid th

Re: [OctDev] linear-algebra release

2010-05-31 Thread Carlo de Falco
On 31 May 2010, at 08:35, Jaroslav Hajek wrote: > > I improved mgorth using a template to compute in single/double > real/complex. 3.3.51+ has even more powerful tools to reduce the > amount of boilerplate code for such tasks, but I tried to avoid those, > so I hope the file is compilable by 3.2.x

Re: [OctDev] linear-algebra release

2010-05-30 Thread Jaroslav Hajek
On Sun, May 30, 2010 at 3:37 PM, Carlo de Falco wrote: > > On 26 May 2010, at 09:10, Jaroslav Hajek wrote: > >> >> OK. Please note that your C++ version only works in real doubles, >> whereas a properly written m-file function will probably work well in >> both single and double (that is typically

Re: [OctDev] linear-algebra release

2010-05-30 Thread Carlo de Falco
On 26 May 2010, at 09:10, Jaroslav Hajek wrote: > > OK. Please note that your C++ version only works in real doubles, > whereas a properly written m-file function will probably work well in > both single and double (that is typically automatic, one only needs to > be careful about eps() and toler

Re: [OctDev] linear-algebra release

2010-05-26 Thread Søren Hauberg
tor, 27 05 2010 kl. 08:01 +0200, skrev Jaroslav Hajek: > On Wed, May 26, 2010 at 6:46 PM, Søren Hauberg wrote: > > Hi > > > > tir, 25 05 2010 kl. 14:59 +0200, skrev Jaroslav Hajek: > >> New classes for manipulating structured matrices: > >> > >> * kronprod for matrices represented as kronecker pro

Re: [OctDev] linear-algebra release

2010-05-26 Thread Jaroslav Hajek
On Wed, May 26, 2010 at 6:46 PM, Søren Hauberg wrote: > Hi > > tir, 25 05 2010 kl. 14:59 +0200, skrev Jaroslav Hajek: >> New classes for manipulating structured matrices: >> >> * kronprod for matrices represented as kronecker products > > There are still some issues with this class. I think 'eig'

Re: [OctDev] linear-algebra release

2010-05-26 Thread Søren Hauberg
Hi tir, 25 05 2010 kl. 14:59 +0200, skrev Jaroslav Hajek: > New classes for manipulating structured matrices: > > * kronprod for matrices represented as kronecker products There are still some issues with this class. I think 'eig' returns the wrong eigenvectors, as you might need to reorder some

Re: [OctDev] linear-algebra release

2010-05-26 Thread Jaroslav Hajek
On Tue, May 25, 2010 at 9:29 PM, Carlo de Falco wrote: > > On 25 May 2010, at 21:01, Jaroslav Hajek wrote: > >> On Tue, May 25, 2010 at 6:00 PM, Carlo de Falco >> wrote: >>> >>> On 25 May 2010, at 16:17, Jaroslav Hajek wrote: >>> On Tue, May 25, 2010 at 3:13 PM, Carlo de Falco wro

Re: [OctDev] linear-algebra release

2010-05-25 Thread Carlo de Falco
On 25 May 2010, at 21:01, Jaroslav Hajek wrote: > On Tue, May 25, 2010 at 6:00 PM, Carlo de Falco > wrote: >> >> On 25 May 2010, at 16:17, Jaroslav Hajek wrote: >> >>> On Tue, May 25, 2010 at 3:13 PM, Carlo de Falco >> > >>> wrote: On 25 May 2010, at 14:59, Jaroslav Hajek wrote: >

Re: [OctDev] linear-algebra release

2010-05-25 Thread Jaroslav Hajek
On Tue, May 25, 2010 at 6:00 PM, Carlo de Falco wrote: > > On 25 May 2010, at 16:17, Jaroslav Hajek wrote: > >> On Tue, May 25, 2010 at 3:13 PM, Carlo de Falco >> wrote: >>> >>> On 25 May 2010, at 14:59, Jaroslav Hajek wrote: >>> unless anyone objects, I'll become the maintainer of this pack

Re: [OctDev] linear-algebra release

2010-05-25 Thread Carlo de Falco
On 25 May 2010, at 16:17, Jaroslav Hajek wrote: > On Tue, May 25, 2010 at 3:13 PM, Carlo de Falco > wrote: >> >> On 25 May 2010, at 14:59, Jaroslav Hajek wrote: >> >>> unless anyone objects, I'll become the maintainer of this package. >> >> oh, well.. as now linear algebra has a maintainer I fin

Re: [OctDev] linear-algebra release

2010-05-25 Thread Jaroslav Hajek
On Tue, May 25, 2010 at 3:13 PM, Carlo de Falco wrote: > > On 25 May 2010, at 14:59, Jaroslav Hajek wrote: > >> unless anyone objects, I'll become the maintainer of this package. > > oh, well.. as now linear algebra has a maintainer I finally have someone to > direct my complaints to ;) > >> comme

Re: [OctDev] linear-algebra release

2010-05-25 Thread Carlo de Falco
On 25 May 2010, at 14:59, Jaroslav Hajek wrote: > unless anyone objects, I'll become the maintainer of this package. oh, well.. as now linear algebra has a maintainer I finally have someone to direct my complaints to ;) > comments, further suggestions? well yes, some time ago an initial impl

[OctDev] linear-algebra release

2010-05-25 Thread Jaroslav Hajek
hi all, I'm about to request a new release of the linear-algebra package. Because of the major new changes, I marked this as version 2.0. Summary of news: New classes for manipulating structured matrices: * kronprod for matrices represented as kronecker products * blksparse for block sparse mat