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 of the eigenvectors of the individual matrices before forming the Kronecker product of the eigenvectors. (Similar thoughts for the SVD). So, it might be better to mark this class as experimental or possible leave it out for now. We can also just remove 'eig' and 'svd' temporarily. > "outer" is gone. It didn't compile with newest Octave and I decided > not to bother fixing it, given that it has been long ago superseded by > bsxfun, which is now both more efficient and more general. Sounds reasonable. > unless anyone objects, I'll become the maintainer of this package. I will not object, I will cheer for this :-) Søren ------------------------------------------------------------------------------ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
