GNU Scientific Library - Bugs: bug #22478, Missing functions for complex...
You are not allowed to post comments on this tracker with your current authentication level.
bug #22478: Missing functions for complex vectors
Submitter: | -Deleted Account- <bjg> | ||
Submitted: | Tue 04 Mar 2008 05:14:53 PM UTC | ||
Category: | None | Severity: | 4 - Important |
Operating System: | Status: | Fixed | |
Assigned to: | bjg | Open/Closed: | Closed |
Release: | 1.10 |
Sat 27 Sep 2008 02:17:56 PM UTC, comment #2: |
-Deleted Account- <bjg>![]() |
Wed 17 Sep 2008 05:01:23 PM UTC, comment #1: From: "Liam Healy" <liam@healy.washington.dc.us>
I notice that some vector functions on complex numbers do not exist,
gsl_vector_complex_add
but all real types do, as well as the corresponding matrix functions:
gsl_matrix_complex_add
I made a table of arithmetic functions and definitions I could find in
I can see that _mul_elements or _dev_elements is used only for
Is there a reason for the absence of definitions for complex vectors?
(GSL 1.11 on Debian Lenny amd64)
Liam
_____________________________________________
|
-Deleted Account- <bjg>![]() |
Tue 04 Mar 2008 05:14:53 PM UTC, original submission:
From: Federico Zenith <federico.zenith@member.fsf.org>
Hi,
1) complex vectors have defined all properties mentioned on this page:
2) Vector operations, defined on this page:
Did I miss something?
Cheers,
|
-Deleted Account- <bjg>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
The missing vector/matrix functions should now be fixed by commit 66db623267811a3574c82672d49bafd273af80e3
Thanks for the bug reports.