hzhan0607 / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

support cusp::complex in cusp::blas:: algorithms #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For example, cusp::blas::dotc needs to conjugate values.

Original issue reported on code.google.com by wnbell on 27 Oct 2010 at 3:40

GoogleCodeExporter commented 8 years ago
The attached patch implements the conjugate for cusp::complex numbers.

Original comment by filipe.c...@gmail.com on 27 Oct 2010 at 9:57

Attachments:

GoogleCodeExporter commented 8 years ago
Here's the patch that adds norm_type

Original comment by filipe.c...@gmail.com on 27 Oct 2010 at 10:56

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This patch fixes nrm2 for complex types and makes it return a real value. It 
uses the two previous patches.

Original comment by filipe.c...@gmail.com on 27 Oct 2010 at 11:00

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed by Revision 3a81fe3eb6

Thanks Filipe

Original comment by wnbell on 28 Oct 2010 at 4:02