Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vsipl++] [patch] Toeplitz system solver


  • To: VSIPL++ Developers List <vsipl++@xxxxxxxxxxxxxxxx>
  • Subject: Re: [vsipl++] [patch] Toeplitz system solver
  • From: Stefan Seefeld <stefan@xxxxxxxxxxxxxxxx>
  • Date: Thu, 29 Sep 2005 12:36:18 -0400

Jules Bergmann wrote:

It may be worthwhile to make 'conj' have the same behavior as 'impl_conj'. This would let users write generic code that works for both complex and real values.

I second that. As an extension, make herm() call trans() if its argument
is real. (I note that the code already contains a trans_or_herm() extension,
which we may merge with the herm() function.)

Regards,
		Stefan