#3 closed enhancement (wontfix)
Restrict access to vector and matrix internal GSL stuff
Reported by: | Jari Häkkinen | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | gslapi | Version: | |
Keywords: | Cc: |
Description
Maybe the gslapi interface should be changed so that internal GSL structure can only be accessed by gslapi classes (as friend to each other)? The current implementation has public member functions exposing internal GSL structure to everyone. A user of the gslapi should not need to be aware of GSL structures.
Change History (3)
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
comment:2 Changed 18 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Access to the internal GSL structures must be allowed since other classes must pass them to GSL functions. (See some of the regression classes for examples on this.)