Opened 16 years ago
Closed 16 years ago
#286 closed enhancement (invalid)
documentation on vector and matrix functions
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | documentation | Version: | 0.3.1 |
Keywords: | Cc: |
Description
The documentation says:
Swap vector elements by copying.
which suggests the function takes linear time. I suspect GSL people are more clever than that and have implemented this as a pointer swap somehow.
Change History (2)
comment:1 Changed 16 years ago by
Owner: | changed from Peter to Jari Häkkinen |
---|
comment:2 Changed 16 years ago by
Milestone: | yat 0.4 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I checked the GSL code, and it is indeed copy element by element in a loop.