On 03/28/2012 03:06 PM, Nir Krakauer wrote:
> Are there any functions in Octave for working with circulant matrices
> ( finding inverses, eigenvalues, and the like --
> http://en.wikipedia.org/wiki/Circulant_matrix )? I've written a few --
> would a new category in the linear-algebra package be a good place to
> put them?

Could all of these be implemented using fft and ifft?  For example, to 
get the eigenvalues, just fft one of the rows of the matrix.

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to